modernscript
v0.1.2
Published
Sucrase preset for typescript and esm
Downloads
6
Maintainers
Readme
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