Svoboda | Graniru | BBC Russia | Golosameriki | Facebook

To install click the Add extension button. That's it.

The source code for the WIKI 2 extension is being checked by specialists of the Mozilla Foundation, Google, and Apple. You could also do it yourself at any point in time.

4,5
Kelly Slayton
Congratulations on this excellent venture… what a great idea!
Alexander Grigorievskiy
I use WIKI 2 every day and almost forgot how the original Wikipedia looks like.
Live Statistics
English Articles
Improved in 24 Hours
Added in 24 Hours
What we do. Every page goes through several hundred of perfecting techniques; in live mode. Quite the same Wikipedia. Just better.
.
Leo
Newton
Brights
Milds

Babel (transcompiler)

From Wikipedia, the free encyclopedia

Babel
Original author(s)Sebastian McKenzie
Developer(s)Contributors
Initial releaseSeptember 28, 2014; 9 years ago (2014-09-28)[1]
Stable release
7.23.8 / January 8, 2024; 15 days ago (2024-01-08)[2]
Repository
Written inJavaScript
Operating systemLinux, macOS, Solaris, FreeBSD, OpenBSD, AIX, Microsoft Windows
TypeCompiler
LicenseMIT[3]
Websitebabeljs.io

Babel is a free and open-source JavaScript transcompiler that is mainly used to convert ECMAScript 2015+ (ES6+) code into backwards-compatible JavaScript code that can be run by older JavaScript engines. It allows web developers to take advantage of the newest features of the language.[4]

Developers can use new JavaScript language features by using Babel to convert their source code into versions of JavaScript that a Web browser can process.[5] Babel can also be used to compile TypeScript into JavaScript.[6] The core version of Babel was downloaded 5 million times a month in 2016, and this increased to 16 million times a week in 2019.[7][8]

Babel plugins transform syntax that is not widely supported into a backward-compatible version. For example, arrow functions, which are specified in ES6, are converted into regular function declarations.[9] Non-standard JavaScript syntax such as JSX can also be transformed.[10][11]

Babel can automatically inject polyfills provided by core-js[12] for support features that are missing entirely from JavaScript environments. For example, static methods such as Array.from and built-ins such as Promise are available only in ES6 and above, but they can be used in older environments if core-js is used.

YouTube Encyclopedic

  • 1/3
    Views:
    4 170
    2 207
    292 125
  • BABEL COMPILER: Do you really need BABEL to compile JavaScript with ES6?
  • Setup NodeJS with Babel for production #nodejs #babel
  • Module Bundlers Explained... Webpack, Rollup, Parcel, and Snowpack

Transcription

See also

References

  1. ^ "first commit". Babel Github. Retrieved 2021-01-26.
  2. ^ "Babel Latest Release". GitHub. Retrieved 23 January 2024.
  3. ^ "babel/LICENSE at master". GitHub. Retrieved 12 May 2018.
  4. ^ "Technology Radar | Emerging Technology Trends for 2017 | ThoughtWorks". www.thoughtworks.com. Retrieved 2018-05-12.
  5. ^ "Why Babel Matters | codemix". codemix.com. Retrieved 2018-05-12.
  6. ^ Using Babel with TypeScript, TypeScript official website
  7. ^ "The State of Babel · Babel". babeljs.io. Retrieved 2018-05-12.
  8. ^ "Babel's Funding Plans · Babel". babeljs.io. Retrieved 2020-08-01.
  9. ^ "Plugins · Babel". babeljs.io. Retrieved 5 July 2019.
  10. ^ "Introducing JSX - React". reactjs.org. Retrieved 2018-05-12.
  11. ^ "Using React and building a web site on Azure". Microsoft Faculty Connection. Retrieved 2018-05-12.
  12. ^ "core-js". GitHub.

External links

This page was last edited on 23 January 2024, at 18:41
Basis of this page is in Wikipedia. Text is available under the CC BY-SA 3.0 Unported License. Non-text media are available under their specified licenses. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc. WIKI 2 is an independent company and has no affiliation with Wikimedia Foundation.