1.0.2 • Published 6 years ago

lean-nodent-runtime v1.0.2

Weekly downloads
5
License
MIT
Repository
github
Last release
6 years ago

Lean Nodent RuntimeSponsored by Version Downloads Build Status Unix Build Status Windows Dependencies

Lean Nodent Runtime is a fork of Nodent-Runtime to tweak it for usage inside Babel-Preset-Edge.

Features

  • Just the basic function helper to work together with the transpiled code.
  • Ideal for usage with fast-async e.g. like in Babel-Preset-Edge.

Babel Configuration

To enable this very lightweight runtime use the secondary parameter for plugin configuration:

plugins: [
  [ "fast-async", {
    "useRuntimeModule": "lean-nodent-runtime"
  }]
]

Please also make sure to pass over the information to require lean-nodent-runtime in all resulting code.

License

MIT

Copyright

Copyright 2016-2018Matt Copyright 2017-2018Sebastian Software GmbH