0.1.2 • Published 3 years ago

modernscript v0.1.2

Weekly downloads
47
License
MIT
Repository
github
Last release
3 years ago

modernscript

Run modern javascript/typescript without thinking about it.

This sets up some sucrase hooks to process typescript and import/export statements, including in node_modules.

Usage

Use the require hook:

node -r modernscript/register myscript.ts

Use runjs command

runjs myscript.ts

Credits

  • Sucrase: Super-fast alternative to Babel for when you can target modern JS runtimes
  • Pirates: Properly hijack require