tspath:TypeScript 路径别名解析器

时间:2024-06-20 03:57:05
【文件属性】:

文件名称:tspath:TypeScript 路径别名解析器

文件大小:59KB

文件格式:ZIP

更新时间:2024-06-20 03:57:05

路径 TypeScript 路径别名解析器 每个在超出某个限制的 TypeScript 项目中工作的人最终都会遇到通常被描述为路径地狱的情况,下面的代码片段就是这种地狱的一个例子。 地狱之路 import { IgniterApplication } from "../../../Application/IgniterApplication" ; import { CrcCalculator } from "../../../../../../../Utilities/FileUtilities" ; import { IMessageHandler } from "../../../../Messaging/IMessageHandler" ; import { IMessageHub } from "../../../../Messaging/Hu


【文件预览】:
tspath-master
----.gitignore(940B)
----package.json(974B)
----src()
--------json-comment-stripper.ts(3KB)
--------project-options.ts(1KB)
--------type-definitions.ts(898B)
--------parent-file-finder.ts(2KB)
--------tspath.ts(2KB)
--------parser-engine.ts(10KB)
--------utils.ts(3KB)
----dist()
--------parser-engine.d.ts(2KB)
--------type-definitions.d.ts(154B)
--------json-comment-stripper.js(4KB)
--------utils.d.ts(1KB)
--------parser-engine.js(11KB)
--------package.json(870B)
--------tspath.d.ts(109B)
--------src()
--------tspath.js(2KB)
--------parent-file-finder.d.ts(478B)
--------type-definitions.js(897B)
--------LICENSE(26KB)
--------index.js(0B)
--------json-comment-stripper.d.ts(322B)
--------utils.js(3KB)
--------parent-file-finder.js(2KB)
--------project-options.d.ts(235B)
--------index.d.ts(0B)
--------project-options.js(1KB)
----LICENSE(26KB)
----tsconfig.json(335B)
----README.md(2KB)
----index.ts(0B)

网友评论