没有合适的资源?快使用搜索试试~ 我知道了~
dts-generator:生成单个.d.ts包,其中包含从TypeScript模块文件导出的外部模块声明
共50个文件
ts:28个
json:12个
md:2个
需积分: 50 3 下载量 111 浏览量
2021-02-06
08:56:39
上传
评论
收藏 30KB ZIP 举报
温馨提示
.d.ts生成器 生成一个包含从TypeScript模块文件导出的外部模块声明的.d.ts包。 这是什么意思? 如果您有一个包含大量单独的TypeScript文件的项目,这些文件被设计为作为外部模块使用,则TypeScript编译器不允许您从中实际创建一个捆绑包。 该软件包利用TypeScript 1.4+中的TypeScript语言服务来生成一个包含多个declare module 'foo'声明的.d.ts文件。 这使您可以分发单个.d.ts文件以及编译后JavaScript,用户可以使用/// <reference>注释从TypeScript编译器中简单地对其进行引用。
资源推荐
资源详情
资源评论
收起资源包目录
dts-generator-master.zip (50个子文件)
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
all.ts 48B
bin
dts-generator.ts 546B
index.ts 9KB
support
foo-resolve-tsx
tsconfig.json 182B
index.ts 312B
baz.ts 326B
Bar.tsx 136B
foo
tsconfig.json 213B
index.ts 312B
tsconfig-alt.json 197B
Bar.ts 136B
baz.ts 326B
foo-prefix
tsconfig.json 243B
sub
somejs.d.ts 186B
index.ts 424B
Bar.ts 136B
baz.ts 326B
foo-es6
tsconfig.json 195B
index.ts 312B
Bar.ts 136B
baz.ts 326B
foo-directories
tsconfig.json 282B
sub
index.ts 316B
Bar.ts 136B
baz.ts 326B
foo-resolve-module-id
FooInterfaceExportDeclaration.ts 86B
FooInterfaceExportAssignment.ts 116B
FooImplExportAssignment.ts 260B
ExternalModuleDeclaration.d.ts 135B
tsconfig.json 411B
NonRelative.ts 96B
index.ts 678B
FooImplExportDeclaration.ts 235B
ReExport.ts 93B
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
共 50 条
- 1
资源评论
蜜蜜蜜蜜糖
- 粉丝: 21
- 资源: 4606
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功