文件名称:ts-browser::unicorn_face:编译(在工作线程中)并通过以下方式在浏览器中运行TypeScript
文件大小:33KB
文件格式:ZIP
更新时间:2024-02-19 11:27:40
typescript browser compiler runtime on-the-fly
关于 用于Web浏览器的零配置TypeScript编译。 ts-browser在很大程度上得益于网络工作者和服务工作者,为小型项目的生产使用做好了准备。 超越其速度,压缩后的版本将压缩至约4kb! 用法 <!-- include ts-browser --> < script type =" text/javascript " src =" https://unpkg.com/ts-browser " > </ script > <!-- include your TypeScript file --> < script type =" text/typescript " src =" your/typescript/file.ts " > </ script > 我可以用吗? 92.74%的Web浏览器支持Web Workers(在编写本README时)。 93.02%的浏览器支持Blob(ts-browser使用的另一个API)。 如果您不确定,。
【文件预览】:
ts-browser-master
----.gitignore(222B)
----.babelrc(312B)
----package.json(1KB)
----dist()
--------index.js(2KB)
--------index.min.js(2KB)
----index.js(2KB)
----README.md(797B)
----demo()
--------somen.ts(385B)
--------index.html(472B)
--------someother.ts(54B)
----.prettierrc(260B)
----yarn.lock(104KB)