Skip to content

Commit

Permalink
fix code generation error with nullish coalescing operator and logica…
Browse files Browse the repository at this point in the history
…l operators (sveltejs#5564)
  • Loading branch information
Conduitry authored and taylorzane committed Dec 17, 2020
1 parent 9fb4a10 commit 1e57d85
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Svelte changelog

## Unreleased

* Fix code generation error with `??` alongside logical operators ([#5558](https://github.com/sveltejs/svelte/issues/5558))

## 3.29.3

* Hopefully actually republish with proper UMD build for use in the REPL
Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"acorn": "^7.4.0",
"agadoo": "^1.1.0",
"c8": "^5.0.1",
"code-red": "^0.1.3",
"code-red": "^0.1.4",
"codecov": "^3.5.0",
"css-tree": "1.0.0-alpha22",
"eslint": "^7.1.0",
Expand Down

0 comments on commit 1e57d85

Please sign in to comment.