We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a440ec commit 6e2b609Copy full SHA for 6e2b609
lib/internal/modules/esm/module_job.js
@@ -120,7 +120,7 @@ class ModuleJob {
120
const importStatement = splitStack[1];
121
// TODO(@ctavan): The original error stack only provides the single
122
// line which causes the error. For multi-line import statements we
123
- // cannot generate an equivalent object descructuring assignment by
+ // cannot generate an equivalent object destructuring assignment by
124
// just parsing the error stack.
125
const oneLineNamedImports = StringPrototypeMatch(importStatement, /{.*}/);
126
const destructuringAssignment = oneLineNamedImports &&
0 commit comments