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 17f1e05 commit 2b6cb3fCopy full SHA for 2b6cb3f
lib/internal/modules/esm/module_job.js
@@ -392,7 +392,6 @@ class ModuleJobSync extends ModuleJobBase {
392
}
393
394
runSync() {
395
- // TODO(joyeecheung): add the error decoration logic from the async instantiate.
396
this.module.async = this.module.instantiateSync();
397
// If --experimental-print-required-tla is true, proceeds to evaluation even
398
// if it's async because we want to search for the TLA and help users locate
0 commit comments