chore: switch to esm, support raw running via node #2696
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "esm"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Using ESM so the
importsyntax we use is actually valid without compilation. Now, Node can run the TypeScript code directly, albeit without typechecking and requiring use of an experimental feature.