Skip to content

Commit 040e9cc

Browse files
authored
fix code generation error with nullish coalescing operator and logical operators (#5564)
1 parent 5cbc8c8 commit 040e9cc

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Svelte changelog
22

3+
## Unreleased
4+
5+
* Fix code generation error with `??` alongside logical operators ([#5558](https://github.com/sveltejs/svelte/issues/5558))
6+
37
## 3.29.3
48

59
* Hopefully actually republish with proper UMD build for use in the REPL

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"acorn": "^7.4.0",
7272
"agadoo": "^1.1.0",
7373
"c8": "^5.0.1",
74-
"code-red": "^0.1.3",
74+
"code-red": "^0.1.4",
7575
"codecov": "^3.5.0",
7676
"css-tree": "1.0.0-alpha22",
7777
"eslint": "^7.1.0",

0 commit comments

Comments
 (0)