1) Typescript core compiler: It is responsible for compiling the typescript program & identify the compile time error related to syntax, datatype & conversion etc
2) Standalone Typescript compiler: It is responsible for trans-compiling typescript program into JavaScript program
program.ts ===>trans-compile===> program.js
3)Language Service: It comprises of library of functions & keywords that are supported by typescript language
4)TS Server: It will provide an enviornment to host , compile & deploy the typescript program
5)VS Shim: It provides the set of functions that are responsible for making typescript program to run cross platform
6)VS Managed Service: It provides different coding standards (rules) which is followed by typescript language
7)Editors: It resembles the configuration of typescript across various editors like webstrom, sublime VS code etc
Posted By: pankaj_bhakre
2) Standalone Typescript compiler: It is responsible for trans-compiling typescript program into JavaScript program
program.ts ===>trans-compile===> program.js
3)Language Service: It comprises of library of functions & keywords that are supported by typescript language
4)TS Server: It will provide an enviornment to host , compile & deploy the typescript program
5)VS Shim: It provides the set of functions that are responsible for making typescript program to run cross platform
6)VS Managed Service: It provides different coding standards (rules) which is followed by typescript language
7)Editors: It resembles the configuration of typescript across various editors like webstrom, sublime VS code etc
Posted By: pankaj_bhakre
No comments:
Post a Comment