@digitak/esrun
Advanced tools
Changelog
3.2.14
createRequire()
from node to emulate the require functionChangelog
3.2.12
Changelog
3.2.11
--tsconfig
parameter with no valueChangelog
3.2.10
--node-
. Example: --node-max-old-space-size=4096
Changelog
3.2.9
Changelog
3.2.8
node_modules
directory instead of checking if the import start with ".", "/", "~"n "@/" or "$". The previous strategy used to fail for typescript aliases that didn't start with "@/", "~" or "$".