1 line
No EOL
12 KiB
JSON
1 line
No EOL
12 KiB
JSON
{"slug": "addyosmani--es6-tools", "title": "Es6 Tools", "description": "An aggregation of tooling for using ES6 today", "github_url": "https://github.com/addyosmani/es6-tools", "stars": "3.9K", "tag": "Front-End Development", "entry_count": 72, "subcategory_count": 5, "subcategories": [{"name": "Transpilers", "parent": "", "entries": [{"name": "Babel", "url": "https://github.com/babel/babel", "description": "Turn ES6+ code into vanilla ES5 with no runtime", "stars": "42k"}, {"name": "Traceur compiler", "url": "https://github.com/google/traceur-compiler", "description": "ES6 features > ES5. Includes classes, generators, promises, destructuring patterns, default parameters & more.", "stars": "8.2k"}, {"name": "es6ify", "url": "https://github.com/thlorenz/es6ify", "description": "Traceur compiler wrapped as a [Browserify](http://browserify.org/) v2 transform", "stars": "600"}, {"name": "babelify", "url": "https://github.com/babel/babelify", "description": "Babel transpiler wrapped as a [Browserify](http://browserify.org/) transform", "stars": "1.7k"}, {"name": "es6-transpiler", "url": "https://github.com/termi/es6-transpiler", "description": "ES6 > ES5. Includes classes, destructuring, default parameters, spread", "stars": "217"}, {"name": "defs", "url": "https://github.com/olov/defs", "description": "ES6 block-scoped const and let variables to ES3 vars", "stars": "118"}, {"name": "es6\\_module\\_transpiler-rails", "url": "https://github.com/DavyJonesLocker/es6_module_transpiler-rails", "description": "ES6 Modules in the Rails Asset Pipeline", "stars": "87"}, {"name": "Some Sweet.js macros", "url": "https://github.com/jlongster/es6-macros", "description": "", "stars": "235"}, {"name": "regexpu", "url": "https://github.com/mathiasbynens/regexpu", "description": "Transform Unicode-aware ES6 regular expressions to ES5", "stars": "218"}, {"name": "Lebab", "url": "https://github.com/mohebifar/lebab", "description": "Transformations for ES5 code to ES6 (approximates)", "stars": "5.5k"}]}, {"name": "Gulp Plugins", "parent": "Build-time transpilation", "entries": []}, {"name": "Grunt Tasks", "parent": "Build-time transpilation", "entries": [{"name": "grunt-microlib", "url": "https://github.com/thomasboyt/grunt-microlib", "description": "tools for libs using ES6 module transpiler (sample [Gruntfile (\u2b507.3k)](https://github.com/jakearchibald/es6-promise/blob/c3336087fffc52e66cf5398e5b56b23a291080fc/Gruntfile.js))", "stars": "29"}, {"name": "grunt-defs", "url": "https://github.com/EE/grunt-defs", "description": "ES6 block scoped const and let variables, to ES3", "stars": "5"}]}, {"name": "Broccoli Plugins", "parent": "Build-time transpilation", "entries": []}, {"name": "Brunch Plugins", "parent": "Build-time transpilation", "entries": [{"name": "Scratch JS", "url": "https://github.com/richgilbank/Scratch-JS", "description": "A Chrome/Opera DevTools extension to run ES6 on a page with either Babel or Traceur", "stars": "349"}, {"name": "generator-typescript", "url": "https://github.com/mrkev/generator-typescript", "description": "Yeoman generator for TypeScript apps", "stars": "19"}, {"name": "Mocha Traceur", "url": "https://github.com/domenic/mocha-traceur", "description": "A simple plugin for Mocha to pass JS files through the Traceur compiler", "stars": "15"}, {"name": "js-loaders", "url": "https://github.com/jorendorff/js-loaders", "description": "Mozilla's spec-compliant loader prototype", "stars": "54"}, {"name": "JSPM", "url": "http://jspm.io/", "description": "ES6, AMD, CJS module loading/package management"}, {"name": "Babel Module Loader", "url": "https://github.com/babel/babel-loader", "description": "", "stars": "4.7k"}, {"name": "beck.js", "url": "https://github.com/unscriptable/beck", "description": "toolkit for ES6 Module Loader pipelines, shim for legacy environments", "stars": "5"}, {"name": "es6-boilerplate", "url": "https://github.com/davidjnelson/es6-boilerplate", "description": "Tooling to allow the community to use es6 now via traceur in conjunction with amd and browser global modules, with source maps, concatenation, minification, compression, and unit testing in real browsers.", "stars": "88"}, {"name": "es6-jspm-gulp-boilerplate", "url": "https://github.com/alexweber/es6-jspm-gulp-boilerplate", "description": "Tooling to allow the community to use es6 now via babel in conjunction jspm, with source maps, concatenation, minification, compression, and unit testing in real browsers using es6.", "stars": "137"}, {"name": "generator-node-esnext", "url": "https://github.com/briandipalma/generator-node-esnext", "description": "Yeoman generator for Traceur apps", "stars": "4"}, {"name": "generator-es6-babel", "url": "https://github.com/HenriqueLimas/generator-es6-babel", "description": "Yeoman generator for Babel apps", "stars": "9"}, {"name": "generator-gulp-babelify", "url": "https://github.com/HenriqueLimas/generator-gulp-babelify", "description": "Yeoman generator for [Babel](https://babeljs.io/), [Browserify](http://browserify.org/) and [Gulp](http://gulpjs.com/)", "stars": "3"}, {"name": "grunt-init-es6", "url": "https://www.npmjs.com/package/grunt-init-es6", "description": "scaffold node modules with unit tests, authored in ES6"}, {"name": "Loom generators with ES6 ember modules", "url": "https://github.com/ryanflorence/loom-generators-ember", "description": "", "stars": "15"}, {"name": "core-js", "url": "https://github.com/zloirock/core-js", "description": "Modular and compact polyfills for ES6 including Symbols, Map, Set, Iterators, Promises, setImmediate, Array generics, etc. The standard library used by [Babel (\u2b5042k)](https://github.com/babel/babel).", "stars": "18k"}, {"name": "es6-shim", "url": "https://github.com/paulmillr/es6-shim", "description": "almost all new ES6 methods \u2014 from Map, Set, String, Array, Object, Object.is and more.", "stars": "3.1k"}, {"name": "WeakMap, Map, Set, HashMap - ES6 Collections", "url": "https://github.com/Benvie/harmony-collections", "description": ""}, {"name": "`String.prototype.startsWith`", "url": "https://github.com/mathiasbynens/String.prototype.startsWith", "description": ""}, {"name": "`String.prototype.endsWith`", "url": "https://github.com/mathiasbynens/String.prototype.endsWith", "description": ""}, {"name": "`String.prototype.at`", "url": "https://github.com/mathiasbynens/String.prototype.at", "description": ""}, {"name": "`String.prototype.repeat`", "url": "https://github.com/mathiasbynens/String.prototype.repeat", "description": ""}, {"name": "`String.prototype.includes`", "url": "https://github.com/mathiasbynens/String.prototype.includes", "description": ""}, {"name": "`String.prototype.codePointAt`", "url": "https://github.com/mathiasbynens/String.prototype.codePointAt", "description": ""}, {"name": "`String.fromCodePoint`", "url": "https://github.com/mathiasbynens/String.fromCodePoint", "description": ""}, {"name": "`Array.prototype.find`", "url": "https://github.com/paulmillr/Array.prototype.find", "description": ""}, {"name": "`Array.prototype.findIndex`", "url": "https://github.com/paulmillr/Array.prototype.findIndex", "description": ""}, {"name": "`Array.from`", "url": "https://github.com/mathiasbynens/Array.from", "description": ""}, {"name": "`Array.of`", "url": "https://github.com/mathiasbynens/Array.of", "description": ""}, {"name": "`Object.assign`", "url": "https://github.com/sindresorhus/object-assign", "description": ""}, {"name": "`Number.isFinite`", "url": "https://github.com/sindresorhus/is-finite", "description": ""}, {"name": "`Math.sign`", "url": "https://github.com/sindresorhus/math-sign", "description": ""}, {"name": "`RegExp.prototype.match`", "url": "https://github.com/mathiasbynens/RegExp.prototype.match", "description": ""}, {"name": "`RegExp.prototype.search`", "url": "https://github.com/mathiasbynens/RegExp.prototype.search", "description": ""}, {"name": "es6-promise", "url": "https://github.com/jakearchibald/es6-promise", "description": "polyfill for Promises matching the ES6 API", "stars": "7.3k"}, {"name": "ES6 Map Shim", "url": "https://github.com/eriwen/es6-map-shim", "description": "destructive shim that follows the latest specification as closely as possible.", "stars": "24"}, {"name": "`Function.create`", "url": "https://github.com/walling/Function.create.js", "description": ""}, {"name": "ES6 shim", "url": "https://github.com/inexorabletash/polyfill/blob/master/es6.md", "description": "", "stars": "1.4k"}, {"name": "ES6 Symbol polyfill", "url": "https://github.com/medikoo/es6-symbol", "description": "", "stars": "179"}, {"name": "ES6 Map, Set, WeakMap", "url": "https://github.com/EliSnow/Blitz-Collections", "description": "", "stars": "4"}, {"name": "harmony-reflect", "url": "https://github.com/tvcutsem/harmony-reflect", "description": "ES6 [reflection module](http://wiki.ecmascript.org/doku.php?id=harmony:reflect_api) (contains the [Proxy API](http://soft.vub.ac.be/\\~tvcutsem/proxies/))", "stars": "445"}, {"name": "ES5 based shims in pure CJS style", "url": "https://gist.github.com/medikoo/102b7d0e697627133788#list-of-ecmascript-6-shims", "description": "Array, Object, Number, Math and String functions/methods, plus Map, Set, Symbol and WeakMap objects"}, {"name": "Esprima", "url": "http://esprima.org", "description": "JavaScript parser supporting ES6, parses to [ESTree AST format (\u2b504.3k)](https://github.com/estree/estree)"}, {"name": "Acorn", "url": "https://github.com/ternjs/acorn", "description": "A small, fast, JavaScript-based JavaScript parser with ES6 support, parses to [SpiderMonkey AST](https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey/Parser_API) format.", "stars": "8.8k"}, {"name": "esparse", "url": "https://github.com/zenparsing/esparse", "description": "ES6 parser written in ES6.", "stars": "115"}, {"name": "Traceur compiler", "url": "https://github.com/google/traceur-compiler", "description": "", "stars": "8.2k"}, {"name": "ES.next showcase", "url": "https://github.com/sindresorhus/esnext-showcase", "description": "real-world usage examples of ES6 features", "stars": "300"}, {"name": "looper", "url": "https://github.com/wycats/looper", "description": "static analysis tools for ES6", "stars": "16"}, {"name": "es6-module-packager", "url": "https://www.npmjs.com/package/es6-module-packager", "description": ""}, {"name": "es-dependency-graph", "url": "https://github.com/yahoo/es-dependency-graph", "description": "", "stars": "30"}, {"name": "es6-import-validate", "url": "https://github.com/sproutsocial/es6-import-validate", "description": "", "stars": "6"}, {"name": "let-er", "url": "https://github.com/getify/let-er", "description": "transpiles [let-block block-scoping](http://wiki.ecmascript.org/doku.php?id=proposals:block_expressions#let_statement) (not accepted into ES6) into either ES3 or ES6", "stars": "186"}, {"name": "Recast", "url": "https://github.com/benjamn/recast", "description": "Esprima-based JavaScript syntax tree transformer, conservative pretty-printer, and automatic source map generator. Used by several of the transpilers listed above, including [regenerator (\u2b503.7k)](https://github.com/facebook/regenerator) and [es6-arrow-function (\u2b5052)](https://github.com/esnext/es6-arrow-function).", "stars": "4.3k"}, {"name": "Paws on ES6", "url": "https://github.com/hemanth/paws-on-es6", "description": "Minimalist examples of ES6 functionalities.", "stars": "332"}, {"name": "ES6 on node", "url": "http://h3manth.com/new/blog/2013/es6-on-nodejs/", "description": "How to use ES6 features in node.js."}, {"name": "es6-translate", "url": "https://github.com/calvinmetcalf/es6-translate", "description": "Uses the ES6 loader hooks to load (node flavored) commonjs packages in ES6.", "stars": "5"}, {"name": "Isparta", "url": "https://github.com/douglasduteil/isparta", "description": "", "stars": "645"}, {"name": "babel-node", "url": "https://babeljs.io/docs/usage/cli/#babel-node", "description": "Run node cli with ES6 transpiling using Babel."}, {"name": "ES6 Lab setup", "url": "https://github.com/hemanth/es6-lab-setup", "description": "A simple setup for transpiling ES6 to ES5 using `Babel` or `traceur` with `gulp` and `jasmine` support.", "stars": "28"}, {"name": "TypeScript", "url": "http://www.typescriptlang.org/", "description": "A superset of ECMAScript with strict typing that aims to align with ES6"}, {"name": "Rollup", "url": "http://rollupjs.org/", "description": "Rollup is a next-generation JavaScript module bundler. Author your app or library using ES2015 modules, then efficiently bundle them up into a single file for use in browsers and Node.js"}]}], "name": ""} |