+4
-0
| # Changelog | ||
| ## v5.49.2 | ||
| - Fixed a crash related to dynamic `import` expressions | ||
| ## v5.49.1 | ||
@@ -4,0 +8,0 @@ |
+5
-1
@@ -282,3 +282,7 @@ import { | ||
| // `import.` + phase + `()` + arg overhead | ||
| return 9 + this.phase.length + list_overhead(this.args); | ||
| if (this.phase) { | ||
| return 9 + this.phase.length + list_overhead(this.args); | ||
| } else { | ||
| return 8 + list_overhead(this.args); | ||
| } | ||
| }; | ||
@@ -285,0 +289,0 @@ |
+1
-1
@@ -7,3 +7,3 @@ { | ||
| "license": "BSD-2-Clause", | ||
| "version": "5.49.1", | ||
| "version": "5.49.2", | ||
| "engines": { | ||
@@ -10,0 +10,0 @@ "node": ">=10" |
Sorry, the diff of this file is too big to display
2309253
0.01%66137
0.01%