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 a27534e commit 13ac680Copy full SHA for 13ac680
lib/internal/modules/esm/module_job.js
@@ -118,7 +118,7 @@ class ModuleJob {
118
const importStatement = splitStack[1];
119
// TODO(@ctavan): The original error stack only provides the single
120
// line which causes the error. For multi-line import statements we
121
- // cannot generate an equivalent object descructuring assignment by
+ // cannot generate an equivalent object destructuring assignment by
122
// just parsing the error stack.
123
const oneLineNamedImports = StringPrototypeMatch(importStatement, /{.*}/);
124
const destructuringAssignment = oneLineNamedImports &&
0 commit comments