文件名称:ts-transform-import-path-rewrite:TS AST转换器重写导入路径
文件大小:28KB
文件格式:ZIP
更新时间:2024-02-25 22:40:51
typescript compiler ast import transform
ts-transform-import-path-rewrite 这是TypeScript AST变形金刚,可让您相应地在输出JS& d.ts文件中重写导入路径。 这样做的主要用例是减轻不同的构建系统导入结构,例如相对import与绝对import以及别名化输出import路径。 用法 打字稿 ttypescript用法的examples/ttypescript在examples/ttypescript 。 运行npx ttsc 。 编译器包装 首先,您需要对有所了解。 compile.ts &tests应该具有如何工作的示例。 可用的选项有: projectBaseDir: string
【文件预览】:
ts-transform-import-path-rewrite-main
----package.json(1KB)
----.github()
--------dependabot.yml(501B)
--------workflows()
----test()
--------fixture()
--------transform.test.ts(2KB)
----LICENSE(11KB)
----package-lock.json(45KB)
----src()
--------transform.ts(5KB)
--------index.ts(28B)
----.npmignore(4B)
----tsconfig.json(507B)
----examples()
--------ttypescript()
----.gitignore(658B)
----README.md(2KB)
----compile.ts(2KB)