es6-macros
ES6 compiler
A collection of JavaScript macros to implement ES6 features in ES5 syntax
A collection of sweet.js macros that implement ES6 features for ES5
237 stars
17 watching
18 forks
Language: JavaScript
last commit: over 10 years ago Related projects:
Repository | Description | Stars |
---|---|---|
| Transpiles ES6 JavaScript syntax to ES5 syntax without runtime libraries or try/catch blocks | 216 |
| Transpiles ES6 code to previous versions using gobble and es6-transpiler | 2 |
| Transpiles ES6 block scoped const and let variables to ES3 | 5 |
| Transforms modern JavaScript code into older JavaScript syntax on the fly | 595 |
| Provides a set of macros to integrate jQuery functionality with Common Lisp code. | 3 |
| Babel plugin that enables non-syntactic macros in JavaScript for performance and readability optimization | 262 |
| A utility for loading CommonJS modules in an ES6 environment, with optional patching to always return the default export. | 5 |
| A set of ES6 macros for translating Parenscript code to ES5 syntax | 31 |
| A collection of native ES6 implementations of Haskell functions | 286 |
| Transpiles ES6 modules to other formats for use in Node.js environments | 61 |
| A tool for transpiling ES6 features to run in older browsers and building a development workflow with source maps and concatenation. | 88 |
| A .NET library to compile and execute JavaScript code in a standards-compliant way | 888 |
| A tool for generating ES6 JavaScript projects using Babel.js | 10 |
| A Grunt plugin for compiling ES6 JavaScript to ES5 using the Traceur Compiler | 205 |
| A minimal JavaScript compiler that compiles basic JavaScript code with optional features into plain JavaScript. | 160 |