Skip to content

Commit 60eb5d1

Browse files
fixup! esm: use index-based resolution callbacks
Co-authored-by: Chengzhong Wu <[email protected]>
1 parent 12abce5 commit 60eb5d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/module_wrap.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,7 @@ void ModuleWrap::Link(const FunctionCallbackInfo<Value>& args) {
662662
// this:
663663
//
664664
// import { foo } from 'mod' with { type: 'json' };
665-
// import { bar } from 'mod' with { type: 'json' };
665+
// import source ModSource from 'mod' with { type: 'json' };
666666
// import { baz } from 'mod2';
667667
//
668668
// The first two module requests are identical. The map would look like

0 commit comments

Comments
 (0)