typescript-api-playground:在线使用TypeScript编译器(和其他)API。 通过探索丰富的示例画廊来学习

时间:2024-05-21 08:03:46
【文件属性】:

文件名称:typescript-api-playground:在线使用TypeScript编译器(和其他)API。 通过探索丰富的示例画廊来学习

文件大小:199KB

文件格式:ZIP

更新时间:2024-05-21 08:03:46

TypeScript

TypeScript编译器API在线编辑器 在线使用TypeScript编译器(和其他)API: 目的/特点 基本上是服务器端的node.js应用程序,它使用户可以输入两个TypeScript源文件,一个是使用TypeScript编译器API的程序,另一个是使用第一个程序处理的示例TypeScript源文件的示例。 然后,在服务器端对程序进行评估,并将结果打印回浏览器(可能会修改示例源文件) 它有许多使用不同TypeScript API和相关库的工作示例。 由于故障的原因,基础设施在线! 在本地主机上轻松运行: npm install && npm start & ; firefox localhost:8080 npm install && npm start & ; firefox localhost:8080 使用出色的TypeScript摩纳哥编辑器,因此体验令人难以置信


【文件预览】:
typescript-api-playground-master
----.gitignore(104B)
----package.json(818B)
----package-lock.json(61KB)
----src()
--------templates.ts(1KB)
--------editor.js(6KB)
--------examples.ts(10KB)
--------readFileSync.ts(389B)
--------server.ts(1KB)
--------runTs.ts(1022B)
--------index.html(5KB)
--------config.ts(251B)
----assets()
--------declarations()
--------examples()
----tsconfig.json(238B)
----README.md(3KB)
----shrinkwrap.yaml(33KB)
----test()
--------tsa-rename-test1.ts(5KB)
--------tsquerytest1.ts(627B)
--------compile-with-editor-libraries.ts(254B)

网友评论