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 5569c58 commit 8ec5944Copy full SHA for 8ec5944
1 file changed
lib/repl.js
@@ -73,7 +73,6 @@ const {
73
ObjectKeys,
74
ObjectSetPrototypeOf,
75
Promise,
76
- PromisePrototypeThen,
77
ReflectApply,
78
RegExp,
79
RegExpPrototypeExec,
@@ -464,7 +463,7 @@ function REPLServer(prompt,
464
463
displayErrors: true,
465
importModuleDynamically: (specifier, _, importAssertions) => {
466
return asyncESM.esmLoader.dynamicImport(specifier, parentURL,
467
- importAssertions);
+ importAssertions);
468
}
469
});
470
} catch (fallbackError) {
@@ -508,7 +507,7 @@ function REPLServer(prompt,
508
507
509
510
511
512
513
514
} catch (e) {
0 commit comments