From ed3cecd39dac6e6b08feb6a8f3476f8bf741465e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Mond=C3=A9jar=20Rubio?= Date: Fri, 23 May 2025 12:15:33 +0200 Subject: [PATCH] Support Leptos `class:` attributes (#18093) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes #18092 ## Summary Using the Svelte preprocessor for Rust files we can support Leptos `class:` attributes syntax. ## Test plan ``` pnpm t ``` --------- Co-authored-by: Robin Malfait --- CHANGELOG.md | 1 + crates/oxide/src/extractor/mod.rs | 17 +++++++++++++++++ crates/oxide/src/scanner/mod.rs | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5fb9603d..5b5c30e89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Upgrade: Do not migrate declarations that look like candidates in `