Languages
[Edit]
EN

JavaScript / TypeScript - popular transpilers

5 points
Created by:
Aleena
694

In this short article, we would like to list popular JavaScript and TypeScript transpilers.

Example transpilers:

  1. Babel (provides TypeScript syntax plugin)
    Babel is a JavaScript compiler that lets to use next generation JavaScript and convert it into desired versions (older commonly supported versions). It has plugin that lets to use TypeScript as input language.
  2. TypeScript (supports JavaScript syntax also)
    TypeScript is language that extends JavaScript by adding types to the language. There also is provided compiler into desired JavaScript version (older commonly supported versions). It allows to import and use JavaScript file when allowJs option is set to true.

 

Refrences

Edit
  1. JavaScript Support - TypeScript Docs
1
Donate to Dirask
Our content is created by volunteers - like Wikipedia. If you think, the things we do are good, donate us. Thanks!
Join to our subscribers to be up to date with content, news and offers.
Native Advertising
🚀
Get your tech brand or product in front of software developers.
For more information Contact us
Dirask - we help you to
solve coding problems.
Ask question.

â€ïžđŸ’» 🙂

Join