dts-generator:生成单个.d.ts包,其中包含从TypeScript模块文件导出的外部模块声明

时间:2024-02-27 02:43:19
【文件属性】:

文件名称:dts-generator:生成单个.d.ts包,其中包含从TypeScript模块文件导出的外部模块声明

文件大小:30KB

文件格式:ZIP

更新时间:2024-02-27 02:43:19

typescript TypeScriptTypeScript

.d.ts生成器 生成一个包含从TypeScript模块文件导出的外部模块声明的.d.ts包。 这是什么意思? 如果您有一个包含大量单独的TypeScript文件的项目,这些文件被设计为作为外部模块使用,则TypeScript编译器不允许您从中实际创建一个捆绑包。 该软件包利用TypeScript 1.4+中的TypeScript语言服务来生成一个包含多个declare module 'foo'声明的.d.ts文件。 这使您可以分发单个.d.ts文件以及编译后JavaScript,用户可以使用/// 注释从TypeScript编译器中简单地对其进行引用。


【文件预览】:
dts-generator-master
----.gitignore(43B)
----package.json(832B)
----tslint.json(2KB)
----bin()
--------dts-generator(341B)
--------dts-generator.ts(2KB)
----.travis.yml(120B)
----tsconfig.json(402B)
----README.md(5KB)
----tests()
--------unit()
--------support()
--------tsconfig.json(190B)
--------run.sh(407B)
--------intern.json(35B)
--------run.cmd(575B)
----index.ts(17KB)
----.npmignore(48B)
----docs()
--------resolving-module-ids.md(4KB)
----tasks()
--------dtsGenerator.js(685B)

网友评论