文件名称:ts2gas:将TypeScript转换为Google Apps脚本的函数
文件大小:71KB
文件格式:ZIP
更新时间:2024-05-26 04:52:34
ts2gas 将TypeScript转换为Google Apps脚本的函数。 ts2gas ( code : string , transpileOptions ?: ts . TranspileOptions ) : string 例如下面的代码 const writeToLog = ( message : string ) => console . info ( message ) ; let words = [ 'hello' , 'world' ] ; writeToLog ( ` ${ words . join ( ' ' ) } ` ) ; 被翻译成 // Compiled using ts2gas 1.3.0 (TypeScript 3.2.2) var exports = exports || { } ; var module = module || { expor
【文件预览】:
ts2gas-master
----.gitignore(951B)
----tsconfig.json(1011B)
----README.md(4KB)
----.xo-config.json(59B)
----tests()
--------test.ts(8KB)
----LICENSE(1KB)
----package.json(892B)
----src()
--------index.ts(12KB)
----.prettierrc.json(370B)
----.travis.yml(255B)
----.editorconfig(147B)
----package-lock.json(224KB)