Issues with the output should be reported on the Babel issue tracker.See the Babel options, except for sourceMap and filename which is handled for you.
babel gulp-plugin gulpplugin transpiler es2015 es2016 es2017 rewriting transformation syntax codegen desugaring compilerLibrary of JavaScript stage-0 decorators (aka ES2016/ES7 decorators but that's not accurate) inspired by languages that come with built-ins like @override, @deprecate, @autobind, @mixin and more. Popular with React/Angular, but is framework agnostic. Similar to Annotations in Java but unlike Java annotations, decorators are functions which are applied at runtime. This can be consumed by any transpiler that supports stage-0 of the decorators spec, like babel.js version 5. Babel 6 does not yet support decorators natively, but you can include babel-plugin-transform-decorators-legacy or use the applyDecorators() helper.
es6 es7 es2015 es2016 babel decorators override deprecated annotations autobind react angular lodash mixin mixinsIt's documentation for the unstable core-js@3, if you looking documentation for core-js@2, please, check this branch. Modular standard library for JavaScript. Includes polyfills for ECMAScript 5, 2015, 2016, 2017: promises, symbols, collections, iterators, typed arrays, many other features, ECMAScript proposals, some cross-platform WHATWG / W3C ECMAScript-related features and proposals like setImmediate. You can load only required features or use it without global namespace pollution.
proposal polyfill shim es6 promise set map weakmap es7 es2015 es2016 es2017 esnext symbol ponyfillDecorators using lodash functions. View the API docs for more in depth documentation. This library requires Map and WeakMap to be available globally. If Map or WeakMap is not supported in your environment then use a polyfill.
lodash decorators es7 es2016 utilityLanguage grammar for all versions of JavaScript including ES2016 and ESNext, JSX syntax as used by Facebook React, Atom's etch and others, as well as optional typed JavaScript using Facebook flow. This package also supports highlighting of GraphQL language constructs when inside certain JavaScript template strings. For .graphql and .gql file support please see language-graphql . The colour of syntax is determined by the theme in use. By default the language-babel package will detect file types .js,.babel,.jsx, .es, .es6, .mjs and .flow. Use the standard ATOM interface to enable it for other file types. This provides a grammar that scopes the file in order to colour the text in a meaningful way. If other JavaScript grammars are enabled these may take precedence over language-babel. Look at the bottom right status bar indicator to determine the language grammar of a file being edited. language-babel will be shown as either Babel or Babel ES6 JavaScript. Clicking the name will allow the grammar for a file to be changed.
atom react jsx es5 es7 babel graphql styled-components es6 flow esnext es2015 es2016 es2017 relay apolloEnhanced syntax definitions for Sublime Text 3. After installing the plugin and restarting Sublime, it will automatically use the syntaxes contained in this package.
syntax sublime es6 flowtype html5 es2015 php7 babel es2016 es7 webpack reactjs react flow sass postcss babel-sublime styled-components cssnextA boilerplate for ES2015 and SASS using Webpack2.
webpack2 webpack ecmascript2015 ecmascript2016 es6 es7 webdriverio cucumber mocha chai istanbul selenium-webdriver husky sinon jsdom express-js sass webpack2-boilerplate supertest boilerplate es2015 ecmascript-2015 es2016 ecmascript-2016 babel sass-boilerplate node-expressbabel-plugin-lodash and lodash-webpack-plugin introduced an optimizaion that includes only the used lodash methods in the compiled webpack file. So you can still import _ from 'lodash' without having the entire lodash library to load. However, chaining is not supported. _.chain(value).method() or _(value).method() will result in an (understandable) error.
lodash bind bind-operator double-colon es6 es7 es2015 es2016Brunch plugin using Babel to turn latest ECMAScript standard code into vanilla ES5 with no runtime required.All the .js files in your project will be run through the babel compiler, except those it is configured to ignore, unless you use the pattern option.
babel brunch brunch-plugin brunch-compiler js es2016 es2015 es6 es5 6to5Highlight ECMAScript syntax for the console or any other medium.is-es2016-keyword - Determine if string is an ES2016 keyword.
es ecmascript es6 es2016 es2015 syntax highlight highlighting consoleThe Node Dependency Injection component allows you to standardize and centralize the way objects are constructed in your application.
dependency-injection dependency-manager nodejs es6 es2017 es2015 service-injector ioc ioc-container es2016 node dependency injection service containerCollection of tools to manage control flow of/with Promises - inspired by caolan/async. Works with and without async/await. The lib itself only uses promises.
promises async async-await control-flow async-programming es2015 await promise control flow awaitful es2016 es2017 es6 es7 es8Babel preset for building modern node apps with the least amount of transformations as possible. My focus has left the node ecosystem and also the awesome babel-team came up with babel-preset-env. So please do yourself a favor and switch over to babel-preset-env.
babel babel-preset node es6 es2015 es2016Core-wrappers is a small library exporting basic wrapper functions compatible with ES7 Decorators. A version compiled to ES5 in CJS format is published to npm as core-wrappers.
es6 es7 es2015 es2016 node babel functional wrappers defer bind observer promise debounce throttle decorators deprecated annotations autobind react angular underscore lodash介绍最新的 ECMAScript/JavaScript 规范,以及 TC39 的提案进度
tc39 es6 es7 es8 es9 es2015 es2016 es2017 es2018 es2018-features es9-features es6-tutorialnode-async-router is a wrapper around router that adds support for ES2016/ES7 async functions. It can be used as a drop-in replacement for Express' default router, as well as for other middleware-based frameworks. Requires node 8+ for async/await support, or something like Babel.
async router promises functions es7 es6 es2015 es2016 expressModern JSON interface. propositions for ECMAScript 7. JSON Future is based into a set of cool libraries to handle JSON, but some of this libraries uses promises or callback style. This library adds an extra layer to call these libraries uniformly.
ecmascript-7 es2016 es7 json async future interface load parse save stringify writeThis repo is not being maintained. I recommend you use budo instead. Write ES2015 for the browser, import Node packages with the ES2015 module syntax and generate separate source maps.
es6 es7 es2015 es2016 babel browserify sourcemaps uglifyWhat if Backbone were to be created today? What would the project look like? With ECMAScript 6 & 7, HTML5 pushState, Virtual DOM / Incremental DOM / etc., new ways of data-binding, etc., front-end development has evolved. This project sets out to see what such an evolution would look like from scratch. See the change log.
single page apps app spa es6 es7 ecmascript6 ecmascript7 es2015 es2016128-bit SIMD numeric value type ECMAScript straw man proposal. Nearly every word of this README and line of code and tests are taken directly from ecmascript_simd.
simd es7 es2016 128-bit single-instruction-multiple-data
We have large collection of open source products. Follow the tags from
Tag Cloud >>
Open source products are scattered around the web. Please provide information
about the open source projects you own / you use.
Add Projects.