| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent a27534e commit 13ac680
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -118,7 +118,7 @@ class ModuleJob { | |||
| 118 | 118 | const importStatement = splitStack[1]; | |
| 119 | 119 | // TODO(@ctavan): The original error stack only provides the single | |
| 120 | 120 | // line which causes the error. For multi-line import statements we | |
| 121 | - // cannot generate an equivalent object descructuring assignment by | ||
| 121 | + // cannot generate an equivalent object destructuring assignment by | ||
| 122 | 122 | // just parsing the error stack. | |
| 123 | 123 | const oneLineNamedImports = StringPrototypeMatch(importStatement, /{.*}/); | |
| 124 | 124 | const destructuringAssignment = oneLineNamedImports && | |
| Back | FazBrowse Home | New Git URL |
0 commit comments