We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I will create a PR today that modifes es4x/src/*/Runtime.java to support .cjs input
you could look if you can add support for a little check as you know java more well then me
if we got a .js file we need to look if it contains "import " with a space after it if it does it is .mjs if not it is cjs
also we need a switch for the string eval to choose if we want to run in module or cjs mode
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I will create a PR today that modifes es4x/src/*/Runtime.java to support .cjs input
you could look if you can add support for a little check as you know java more well then me
if we got a .js file we need to look if it contains "import " with a space after it if it does it is .mjs if not it is cjs
also we need a switch for the string eval to choose if we want to run in module or cjs mode
The text was updated successfully, but these errors were encountered: