Skip to content

Commit 6404656

Browse files
authored
don't crash when using an arrow function as a statement (#5000)
1 parent 16a6cc1 commit 6404656

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## Unreleased
44

55
* Fix `bind:group` inside `{#each}` ([#3243](https://github.com/sveltejs/svelte/issues/3243))
6+
* Don't crash when using an arrow function as a statement ([#4617](https://github.com/sveltejs/svelte/issues/4617))
67
* Deconflict `bind:this` variable ([#4636](https://github.com/sveltejs/svelte/issues/4636))
78

89
## 3.23.1

package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"acorn": "^7.1.0",
7272
"agadoo": "^1.1.0",
7373
"c8": "^5.0.1",
74-
"code-red": "0.1.1",
74+
"code-red": "0.1.2",
7575
"codecov": "^3.5.0",
7676
"css-tree": "1.0.0-alpha22",
7777
"eslint": "^7.1.0",

0 commit comments

Comments
 (0)