What is Traceur Compiler?
- Sharad Jaiswal
- 23rd Nov, 2022
2 answer(s) :
-
Reply
"
Traceur is a compiler for Typescript programming language which takes Typescript classes, generators and compiles it to Javascript that our browsers understand.
-
Reply
Prachi
07th Oct, 2019"Traceur is a JavaScript compiler popularly used while developing code in AngularJS. It takes ECMAScript Edition 6 (ES6) which mainly includes classes, generators, destroying, etc. and then compiles to ECMAScript Edition 5 (ES5) which runs into the users’ browser. Traceur can be used by simply pasting the piece of ES6 code into the Read-eval-print-loop page. It is simple and much more advanced as compared to other compilers.
Post your Answer :
Valid name is required.
Valid name is required.
Valid email id is required.
Alok Gupta
27th Sep, 2019