@oigroup/babel-plugin-lightscript

3.1.1 • Public • Published

@oigroup/babel-plugin-lightscript

@oigroup/lightscript is a futuristic fork of the LightScript language with additional features, fixes, and tools.

Compiles LightScript to JavaScript when used with Babel.

It converts a "LightScript AST" produced by @oigroup/babylon-lightscript into a conventional "Babel AST".

Usage

Please consult the documentation at the @oigroup/LightScript website.

We recommend using the Babel preset. However, if you decide to use the plugin as a standalone Babel module, please note that the code generated is ES2017+ and will not yet run in many browsers. When using the preset, this is taken care of for you via babel-preset-env

Contributing

Issues: https://github.com/wcjohnson/lightscript/issues

If you want to hack on LightScript, the best way to get started is the lightscript monorepo: https://github.com/wcjohnson/lightscript. Check out the oigroup branch, run npm install, and then npm setup. You will have a live playground in which to hack the language.

When you're ready to PR against upstream, fork this repo, add your fork as a remote within the appropriate git submodule of the devkit, then branch and PR.

Readme

Keywords

none

Package Sidebar

Install

npm i @oigroup/babel-plugin-lightscript

Weekly Downloads

3

Version

3.1.1

License

MIT

Unpacked Size

159 kB

Total Files

35

Last publish

Collaborators

  • wcjohnson