Closed
Bug 1894729
Opened 2 years ago
Closed 8 months ago
Move the AllImportAttributesSupported call into InnerModuleLoading when the implementation is closer to the spec text
Categories
(Core :: JavaScript Engine, task, P3)
Core
JavaScript Engine
Tracking
()
RESOLVED
DUPLICATE
of bug 1820594
People
(Reporter: jon4t4n, Unassigned)
References
(Blocks 1 open bug)
Details
I added AllImportAttributesSupported in bug 1844128, and according to the spec text, the function should be called from InnerModuleLoading. But, the module code does not align with the latest spec text, so for now the call is in InnerModuleLinking, but if we refactor our module code, we should move it to a better location.
Updated•1 year ago
|
Blocks: sm-runtime
Status: UNCONFIRMED → RESOLVED
Closed: 8 months ago
Duplicate of bug: 1820594
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•