This package has been deprecated

Author message:

Not maintained anymore

lean-nodent-runtime

1.0.2 • Public • Published

Lean Nodent Runtime
Sponsored 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

Sebastian Software GmbH Logo

Copyright 2016-2018
Matt

Copyright 2017-2018
Sebastian Software GmbH

Readme

Keywords

Package Sidebar

Install

npm i lean-nodent-runtime

Weekly Downloads

10

Version

1.0.2

License

MIT

Unpacked Size

9.19 kB

Total Files

10

Last publish

Collaborators

  • swernerx