1.1.6 • Published 6 years ago

jsy-register v1.1.6

Weekly downloads
1
License
BSD-2-Clause
Repository
github
Last release
6 years ago

jsy-register

Register runtime require handler for Offside (indention) JSY syntax transpiler to standard JavaScript.

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

Use from the command line

> jsy-node ./examples/hello.jsy
Hello JSY world!

## Equivalent to:
> node -r jsy-register ./examples/hello.jsy
Hello JSY world!

Use from other Node sources

require('jsy-register')

require('./examples/hello.jsy')