From b362e1a614342e7e0098295236f62d7db7f2c82f Mon Sep 17 00:00:00 2001 From: Simon Holthausen Date: Wed, 17 Jul 2024 18:26:54 +0200 Subject: [PATCH] breaking: warn on quotes single-expression attributes in runes mode In a future version, that will mean things are getting stringified, which is a departure from how things work today, therefore a warning first. Related to #7925 --- .changeset/plenty-items-build.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/plenty-items-build.md diff --git a/.changeset/plenty-items-build.md b/.changeset/plenty-items-build.md new file mode 100644 index 0000000000..26c8a7c201 --- /dev/null +++ b/.changeset/plenty-items-build.md @@ -0,0 +1,5 @@ +--- +'svelte': patch +--- + +breaking: warn on quotes single-expression attributes in runes mode