babel-plugin-jsy-lite

Offside (indention) JSY syntax for Babel 6.x and 7.x

Usage no npm install needed!

<script type="module">
  import babelPluginJsyLite from 'https://cdn.skypack.dev/babel-plugin-jsy-lite';
</script>

README

babel-plugin-jsy-lite

Build Status

JSY is an indented (offside) JavaScript dialect. We believe indentation is better at describing code blocks.

This is the newer jsy-transpile based implementation for the Babel ecosystem, replacing the older babel-plugin-offside-js that injected and extended the Babylon parser using private APIs.

Please see JSY language docs for details on the JSY dialect.