ES6_Typescript 源码
ES6_Typescript ES6:简介: ES5 / ES2015(ES6) ES6也称为ES2015(ES5 + Awesom功能)。 打字稿: 它是Java脚本的超集,可将.ts文件编译为.js文件。 Transpilers:ctrl + shft B(选择watch:tsconfig.json以运行将.ts转换为.js文件的Transpilers)在Transpilers中,ES2015将Transpile(使用Traceur / Babel / Typescript)到ES5,以便在所有浏览器中运行 命令: npm install typescript -g(它将在全球范围
文件列表
ES6_Typescript-master.zip
(预估有个16文件)
ES6_Typescript-master
tutorial1.ts
2KB
index.html
637B
ES6ModuleLoaderProject
index.html
377B
package-lock.json
5KB
src
moduleB.js
500B
moduleA.js
587B
tsconfig.json
6KB
暂无评论