You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
svelte/packages/svelte/tests/migrate/samples
Simon H 36ece1c381
fix: don't wrap pseudo classes inside `:global(...)` with another `:global(...)` (#14267)
10 months ago
..
$$slots-used-as-variable fix: do not add jsdoc if no types found (#13738) 11 months ago
$$slots-used-as-variable-$$props fix: use typedef for JSDoc props and maintain comments (#13698) 11 months ago
accessors fix: exclude type-only props from instance exports when migrating (#13485) 12 months ago
css-ignore fix: do not add jsdoc if no types found (#13738) 11 months ago
derivations feat: adds legacy mode flag (#14180) 10 months ago
each-block-const chore: improve the performance of set_text for single expressions (#12893) 1 year ago
effects fix: more accurately detect `$derived` migration use cases (#13740) 11 months ago
effects-with-alias-run fix: missing space when importing run as in migration (#13361) 1 year ago
event-handlers chore: refactor migration composition logic (#13424) 12 months ago
event-handlers-with-alias chore: refactor migration composition logic (#13424) 12 months ago
export-props-multiple-declarations fix: migrate multiple declarations with only some exported correctly (#14126) 11 months ago
import-type-$-prefix fix: properly migrate imports types prefixed with $ (#14007) 11 months ago
impossible-migrate-$bindable-bindable-var-1 fix: add migration task when there's a variable named that would conflict with a rune (#14216) 10 months ago
impossible-migrate-$derived-derived-var-1 fix: add migration task when there's a variable named that would conflict with a rune (#14216) 10 months ago
impossible-migrate-$derived-derived-var-2 fix: add migration task when there's a variable named that would conflict with a rune (#14216) 10 months ago
impossible-migrate-$derived-derived-var-3 fix: add migration task when there's a variable named that would conflict with a rune (#14216) 10 months ago
impossible-migrate-$derived-derived-var-4 fix: add migration task when there's a variable named that would conflict with a rune (#14216) 10 months ago
impossible-migrate-$props-props-var-1 fix: add migration task when there's a variable named that would conflict with a rune (#14216) 10 months ago
impossible-migrate-$state-state-var-1 fix: add migration task when there's a variable named that would conflict with a rune (#14216) 10 months ago
impossible-migrate-$state-state-var-2 fix: add migration task when there's a variable named that would conflict with a rune (#14216) 10 months ago
impossible-migrate-$state-state-var-3 fix: add migration task when there's a variable named that would conflict with a rune (#14216) 10 months ago
impossible-migrate-beforeUpdate-afterUpdate fix: don't print errors on migration errors (#13754) 11 months ago
impossible-migrate-prop-and-$$props fix: don't print errors on migration errors (#13754) 11 months ago
impossible-migrate-prop-non-identifier fix: don't print errors on migration errors (#13754) 11 months ago
impossible-migrate-slot-change-name fix: don't print errors on migration errors (#13754) 11 months ago
impossible-migrate-slot-non-identifier fix: don't print errors on migration errors (#13754) 11 months ago
impossible-migrate-with-errors fix: make compiler error extend from `Error` (#14036) 11 months ago
is-not-where-has fix: don't wrap pseudo classes inside `:global(...)` with another `:global(...)` (#14267) 10 months ago
jsdoc-with-comments fix: ensure migrate keeps inline/trailing comments in $props type definition and produces non-broken code (#14143) 11 months ago
named-slots fix: ensure migrate correctly handles named slots (#13676) 11 months ago
not-blank-css-if-error fix: don't blank css on migration error (#13703) 11 months ago
not-prepend-props-to-export-let fix: prevent migration script from adding `props.` to the `export let` identifier (#13899) 11 months ago
props fix: use typedef for JSDoc props and maintain comments (#13698) 11 months ago
props-and-labeled fix: use typedef for JSDoc props and maintain comments (#13698) 11 months ago
props-export-alias fix: robustify migration script (#12019) 1 year ago
props-interface fix: migrate `$$Props` without creating non existent props (#13484) 12 months ago
props-rest-props fix: do not add jsdoc if no types found (#13738) 11 months ago
props-rest-props-jsdoc fix: do not add jsdoc if no types found (#13738) 11 months ago
props-rest-props-ts fix: migrating rest props type includes props types (#13632) 11 months ago
props-ts feat: adds legacy mode flag (#14180) 10 months ago
reactive-statements-inner-block fix: migrate reactive statements with inner blocks (#13675) 11 months ago
reactive-statements-reorder-1 fix: reorder reactive statements during migration (#12329) 1 year ago
reactive-statements-reorder-2 fix: reorder reactive statements during migration (#12329) 1 year ago
reactive-statements-reorder-not-deleting-additions fix: do not add jsdoc if no types found (#13738) 11 months ago
reactive-statements-reorder-with-comments fix: better migration for leading and trailing comments (#13630) 11 months ago
remove-blocks-whitespace fix: trim whitespace while migrating blocks (#13941) 11 months ago
script-context-module fix: ensure function calls to identifiers are made reactive (#13264) 1 year ago
self-closing-elements fix: ensure await block scope transforms are isolated (#13622) 11 months ago
shadowed-forwarded-slot fix: account for shadowing children slot during migration (#14224) 10 months ago
single-assignment-labeled feat: better migration of single-assignment labeled statements (#13461) 12 months ago
slot-dont-mess-with-attributes fix: migration script messing with attributes (#14260) 10 months ago
slot-non-identifier fix: migrated snippet shadowing prop and let directive removal (#13679) 11 months ago
slot-shadow-props fix: migrated snippet shadowing prop and let directive removal (#13679) 11 months ago
slot-usages fix: migrate default slots to children snippet (#13760) 11 months ago
slot-use_ts fix: add `lang="ts"` attribute during migration if needed (#14222) 10 months ago
slot-use_ts-2 fix: add `lang="ts"` attribute during migration if needed (#14222) 10 months ago
slot-use_ts-3 fix: add `lang="ts"` attribute during migration if needed (#14222) 10 months ago
slots fix: use typedef for JSDoc props and maintain comments (#13698) 11 months ago
slots-below-imports fix: use typedef for JSDoc props and maintain comments (#13698) 11 months ago
slots-custom-element fix: correctly migrate `$$slots` with bracket member expressions & slots with static props (#13468) 12 months ago
slots-multiple fix: use typedef for JSDoc props and maintain comments (#13698) 11 months ago
slots-with-$$props fix: use typedef for JSDoc props and maintain comments (#13698) 11 months ago
state-and-derivations-sequence fix: strip internal properties from rest props during SSR (#13492) 12 months ago
state-no-initial fix: correct migration of uninitialised state (#13673) 11 months ago
state-ts fix: migration fixes (#12176) 1 year ago
svelte-component fix: use typedef for JSDoc props and maintain comments (#13698) 11 months ago
svelte-element fix: deconflict multiple snippets of the same name (#12221) 1 year ago
svelte-ignore
svelte-self fix: use typedef for JSDoc props and maintain comments (#13698) 11 months ago
svelte-self-name-conflict fix: use typedef for JSDoc props and maintain comments (#13698) 11 months ago
svelte-self-skip-filename fix: don't print errors on migration errors (#13754) 11 months ago
unused-beforeUpdate-afterUpdate feat: add `migration-task` comment after errors (#13659) 11 months ago
unused-beforeUpdate-afterUpdate-extra-imports feat: add `migration-task` comment after errors (#13659) 11 months ago