Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

fix: Ignore .svelte files by default #69

Merged
merged 2 commits into from
Jul 25, 2024
Merged

Conversation

Lms24
Copy link
Member

@Lms24 Lms24 commented Jul 25, 2024

migr8 has some issues with correctly serializing .svelte files. Given that we don't instruct users to use Sentry code in any svelte files (neither for @sentry/svelte nor @sentry/sveltekit) it's unlikely (but still possible) that we miss a lot with this. I think it's fine to just ignore them for the time being.

This was reported in #68 but it came up before on twitter as well as at the last Svelte meetup.

Users can opt-out of ignoring .svelte files anyway by specifying the --ignoreFilePatterns argument.

Closes #68

@Lms24 Lms24 force-pushed the lms/fix-ignore-svelte-files branch from 94c5ff0 to c49149b Compare July 25, 2024 07:45
@andreiborza andreiborza merged commit aa128ad into main Jul 25, 2024
4 checks passed
@andreiborza andreiborza deleted the lms/fix-ignore-svelte-files branch July 25, 2024 07:59
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Running migr8 on a svelte project updates all self-closing components and tags to be explicitly closed
2 participants