Package Exports
- @kwruntime/core
- @kwruntime/core/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@kwruntime/core) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
kwruntime
kwruntime is a custom nodejs runtime inspired by Deno / Babel. Is the best of both worlds, the simplicity of importing urls and typescript, with all nodejs ecosystem. kwruntime is fast and doesn't have depedencies. Can work as a module for nodejs, or as a runtime.
- Supports typescript out the box
- Full ES2020 Syntax
- Dynamic import supported
- Import from urls with ESM syntax
- Import from NPM in one line with ESM syntax
- Import from github and gitlab with ESM syntax
- Full nodejs ecosystem
Use the project
NOTE: Try on Runkit
seems no work without any special reason. Please test locally on your machine.
- Changes history CHANGES.md
- Installation INSTALL.md
- Documentation DOCS.md
- Plugin for vscode, atom, etc: https://github.com/kwruntime/vscode-plugin
Contribute
Contributors are welcome.