Replies: 1 comment
-
You can try to build your own module loader and also check how module tests are handling module loading in Jint repository. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to use run my typescript file which uses npm package named
[email protected]
. I can build it with"es2022"
with"type": module
, or"Commonjs"
but I can't figure it out how to use jint to do that.Beta Was this translation helpful? Give feedback.
All reactions