Coder Social home page Coder Social logo

billdo / babel Goto Github PK

View Code? Open in Web Editor NEW

This project forked from babel/babel

0.0 1.0 0.0 20.02 MB

:tropical_fish: Babel is a compiler for writing next generation JavaScript.

Home Page: https://babeljs.io/

License: MIT License

JavaScript 99.68% Makefile 0.12% Shell 0.07% HTML 0.13%

babel's Introduction

babel

The compiler for writing next generation JavaScript.

Travis Status CircleCI Status Coverage Status Slack Status npm Downloads

Supporting Babel

Backers on Open Collective Sponsors on Open Collective Business Strategy Status

Babel is community-driven and thus mostly maintained by a group of volunteers. It has a lot of companies 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) {
  return n + 1;
});

Try it out at our REPL.

FAQ

Docs?

Check out our website: babeljs.io

Looking for support?

For questions and support please visit join our Slack Community, ask a question on Stack Overflow, or ping us on Twitter.

Want to report a bug or request a feature?

Please read through our CONTRIBUTING.md and fill out the issue template at babel/issues!

Want to report an issue with our website (babeljs.io)?

For docs/website issues please visit the babel/website.

Want to contribute to Babel?

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

How is the repo structured?

The Babel repo is managed as a monorepo that is composed of many npm packages.

Team

Core members

Babel Daniel Tschinder Logan Smyth Henry Zhu
Babel Daniel Tschinder Logan Smyth Henry Zhu
:octocat: @babel @danez @loganfsmyth @hzoo
๐Ÿฆ @babeljs @TschinderDaniel @loganfsmyth @left_pad

Members

Andrew Levine Boopathi Rajaa Brian Ng Dan Harper diogo franco Aaron Ang Artem Yavorsky
Andrew Levine Boopathi Rajaa Brian Ng Dan Harper Diogo Franco Aaron Ang Artem Yavorsky
@drewml @boopathi @existentialism @danharper @kovensky @aaronang @yavorsky
@drewml @heisenbugger @existentialism @DanHarper7 @kovnsk @_aaronang @yavorsky_
Juriy Zaytsev Kai Cataldo Moti Zilberman Sven Sauleau Samuel Reed Sergey Rubanov
Juriy Zaytsev Kai Cataldo Moti Zilberman Sven Sauleau Samuel Reed Sergey Rubanov
@kangax @kaicataldo @motiz88 @xtuc @STRML @chicoxyzzy
@kangax @kai_cataldo @motiz88 @svensauleau @STRML_ @chicoxyzzy

Non-Human Members

Babel Bot
@babel-bot
@babeljs

Inactive members

Amjad Masad James Kyle Jesse McCarthy Sebastian McKenzie (Creator)
Amjad Masad James Kyle Jesse McCarthy Sebastian McKenzie
@amasad @thejameskyle @jmm @sebmck
@amasad @thejameskyle @mccjm @kittens

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

babel's People

Contributors

aluisioasg avatar amasad avatar andarist avatar benjamn avatar chicoxyzzy avatar danez avatar eventualbuddha avatar existentialism avatar gaearon avatar guybedford avatar hzoo avatar jamiebuilds avatar jmm avatar jridgewell avatar kpdecker avatar loganfsmyth avatar lydell avatar mathiasbynens avatar motiz88 avatar neverberlerfellerer avatar rreverser avatar samwgoldman avatar sebmck avatar sindresorhus avatar strml avatar webpro avatar xtuc avatar yavorsky avatar zertosh avatar zloirock avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.