-
Notifications
You must be signed in to change notification settings - Fork 257
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: adds support for svelte 5 (#963)
## Description - updates the svelte _compile_ call to include an empty object as a 2nd parameter. This is required for svelte 5 and svelte 4 seems to ignore it so it seems we're in luck and don't need funky branching. - Adjusts the supported compiler range for svelte - Adjusts the integration & unit tests to expect svelte 5 output ## Motivation and Context Svelte 5 seems to have become stable and in their release notes they encourage users to upgrade. Also fixes #962 ## How Has This Been Tested? - [x] green ci - [x] adjusted automated non-regression tests ## Types of changes - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] Documentation only change - [ ] Refactor (non-breaking change which fixes an issue without changing functionality) - [x] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change)
- Loading branch information
Showing
9 changed files
with
122 additions
and
317 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.