Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
forked frombabel/babel

🐠 Babel is a compiler for writing next generation JavaScript.

License

NotificationsYou must be signed in to change notification settings

apapirovski/babel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

babel

The compiler for writing next generation JavaScript.

Travis StatusCircleCI StatusCoverage StatusSlack Statusnpm Downloads

Supporting Babel

Backers on Open CollectiveSponsors on Open CollectiveBusiness Strategy Status

Babel is community-driven and thus mostly maintained by a group ofvolunteers. It has a lot ofcompanies and projects using it but almost no sponsors/people funded to work on it. If you'd like to help maintain the future of the project, please consider:

Intro

Babel is a tool that helps you write code in the latest version of JavaScript. When your supported environments don't support certain features natively, Babel will help you compile those features down to a supported version.

In

// ES2015 arrow function[1,2,3].map((n)=>n+1);

Out

[1,2,3].map(function(n){returnn+1;});

Try it out at ourREPL.

FAQ

Who maintains Babel?

Mostly a handful of volunteers! Please check out ourteam page!

Looking for support?

For questions and support please visit join ourSlack Community, ask a question onStack Overflow, or ping us onTwitter.

Where are the docs?

Check out our website:babeljs.io, and report issues/features atbabel/website.

Want to report a bug or request a feature?

Please read through ourCONTRIBUTING.md and fill out the issue template atbabel/issues!

Want to contribute to Babel?

Check out ourCONTRIBUTING.md to get started with setting up the repo.

  • If you have already joined Slack, join our#development channel and say hi!
  • Check out the issues with thegood first issue andhelp wanted label. We suggest also looking at the closed ones to get a sense of the kinds of issues you can tackle.
  • Our discussions/notes/roadmap:babel/notes
  • Our progress on TC39 proposals:babel/proposals

How is the repo structured?

The Babel repo is managed as amonorepo that is composed of manynpm packages.

Backers

Support us with a monthly donation and help us continue our activities. [Become a backer]

Sponsors

Become a sponsor and get your logo on our README on Github with a link to your site. [Become a sponsor]

License

MIT

About

🐠 Babel is a compiler for writing next generation JavaScript.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript99.7%
  • Other0.3%

[8]ページ先頭

©2009-2025 Movatter.jp