mirror of
https://github.com/sveltejs/svelte.git
synced 2024-11-22 12:27:29 +01:00
520055cf5c
* fix: always use set for private identifiers * we can simplify this further - no need to check the value was transformed, since the outcome of not returning immediately is the same but with extra steps * add explanatory note --------- Co-authored-by: Rich Harris <rich.harris@vercel.com>
6 lines
69 B
Markdown
6 lines
69 B
Markdown
---
|
|
'svelte': patch
|
|
---
|
|
|
|
fix: always use set for private identifiers
|