jsy-node

1.6.6 • Public • Published

jsy-node

Build Status

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-node ./examples/hello.jsy
Hello JSY world!

Use from other Node sources

require('jsy-node')

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

Use with Mocha

$ mocha --require jsy-node/all some-unittest.jsy

Package Sidebar

Install

npm i jsy-node

Weekly Downloads

1

Version

1.6.6

License

BSD-2-Clause

Unpacked Size

668 kB

Total Files

10

Last publish

Collaborators

  • shanewholloway