Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate one component at the time -- missing references #451

Open
Jojoshua opened this issue Feb 25, 2025 · 0 comments
Open

Migrate one component at the time -- missing references #451

Jojoshua opened this issue Feb 25, 2025 · 0 comments

Comments

@Jojoshua
Copy link

I am not sure if this is the right repo to post this but we're trying to decide whether to try and migrate everything in one go vs a component at a time (using the VScode extension command) but there seems to be a huge tradeoff if doing a single component at a time....that is the referenced files do not get updated, so it leaves you with a half-baked fix. Essentially migrating one component at a time should be smarter update all references as well.

Scenario:
You have App.svelte which is used by 100 different xyz.ts files that instantiated as const app = new App({ target: document.getElementById("app") });

App.svelte itself is migrated perhaps updating the internal interfaces and but all the .ts did not get migrated to use mount and the new props structure didn't update either.

@Jojoshua Jojoshua changed the title Migrate one component at the time dependencies Migrate one component at the time -- missing references Feb 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant