Skip to content
New issue

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

Fatal error in Module::Evaluate when executing a *.mjs #776

Closed
forchid opened this issue May 11, 2024 · 2 comments
Closed

Fatal error in Module::Evaluate when executing a *.mjs #776

forchid opened this issue May 11, 2024 · 2 comments

Comments

@forchid
Copy link

forchid commented May 11, 2024

Versions

Fibjs v0.37.0, windows x64

Test code

import proc from 'process';
console.log(`version ${proc.version}`);

Expected result

version v0.37.0

Fibjs test result

>fibjs test.mjs

#
# Fatal error in Module::Evaluate
# Expected instantiated module
#

core dump....

Node test result

>node test.mjs
version v20.10.0
@xicilion
Copy link
Member

mjs is not supported yet.

@xicilion xicilion closed this as completed Aug 9, 2024
@xicilion
Copy link
Member

It is now supported.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants