Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upModule metadata hook is missing #26542
Closed
Labels
Comments
|
@CYBAI You might be interested in this. |
|
@jdm Thanks! I will look into it! |
bors-servo
added a commit
that referenced
this issue
May 17, 2020
Introduce import.meta hook for module script <!-- Please describe your changes on the following line: --> --- - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix #26542 - [x] There are tests for these changes under `module/import-meta` folder.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://mixedreality.mozilla.org/area-demo-service-task/ fails immedidately with:
This comes from https://searchfox.org/mozilla-central/rev/4166c15e2a99a23a9b38ad62c9fdfe8e5448b354/js/src/builtin/ModuleObject.cpp#1697, which is triggered by
servo/components/script/script_module.rs
Line 1066 in b9b569a