Compile LightScript to JavaScript.
Babel plugin for self-hosting the LightScript compiler in LightScript.
A LightScript parser, based on babylon (a JavaScript parser)
General utilities for plugins to use
Compile LightScript with ES7 features to ES6.
Allow parsing of jsx
Allow parsing of TypeScript syntax
This plugin transforms ES2015 modules to CommonJS
Compile class public and private fields, private methods and decorators to ES6
Allow parsing of the module attributes in the import statement
Core istanbul API for JS code coverage
Compile ESNext Regular Expressions to ES5
LightScript parser for ESLint, based on babel-eslint
Add a __source prop to all JSX Elements
Compile ES2015 classes to ES5
Allows you to build compile-time libraries
This plugin transforms ES2015 modules to UMD
Add a __self prop to all JSX Elements
Babel plugin to ensure function declarations at the block level are block scoped
Compile ES2015 for...of to ES5
Allow parsing of optional properties
Compile ES2015 shorthand properties to ES5
Allow parsing of class properties
Compile ES2015 computed properties to ES5