We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f7d55b commit f1890abCopy full SHA for f1890ab
1 file changed
src/module_wrap.cc
@@ -423,9 +423,9 @@ static Local<Array> createModuleRequestsContainer(
423
424
Local<String> specifier = module_request->GetSpecifier();
425
426
- // Contains the import assertions for this request in the form:
+ // Contains the import attributes for this request in the form:
427
// [key1, value1, source_offset1, key2, value2, source_offset2, ...].
428
- Local<FixedArray> raw_attributes = module_request->GetImportAssertions();
+ Local<FixedArray> raw_attributes = module_request->GetImportAttributes();
429
Local<Object> attributes =
430
createImportAttributesContainer(realm, isolate, raw_attributes, 3);
431
0 commit comments