feat: replace svelte-preprocess with barebones TS preprocessor #2452
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Removes the need for a dependency on svelte-preprocess in svelte-language-server, since that was all we used it for. Also tightens up the warning filter to account for situations where those could be wrong.
closes:
svelte-preprocess
#2391@jasonlyu123 any situation I'm not correctly antipicating here which would make this a bad change? The only cases I see where this could have any change in behavior compared to before is if you're opening a Svelte file with
lang="ts"
and no config and...verbatimModuleSyntax
, but even then I think it will not make a difference because Svelte does not care which imports are left in the file.