GitShow/sveltejs/svelte-upgrade
sveltejs

svelte-upgrade

Upgrade your Svelte templates for version 2

by sveltejs
Star on GitHubForknpm

JavaScript

36 stars4 forks3 contributorsQuiet · 3y agoSince 2018

Meet the team

See all 3 on GitHub →
Rich-Harris
Rich-Harris42 contributions
Conduitry
Conduitry1 contribution
jorgebucaran
jorgebucaran1 contribution

Languages

View on GitHub →
JavaScript70.9%
HTML29.1%

Commit activity

Last 12 weeks · 0 commits

Full graph →

Community health

2 of 6 standards met

Community profile →
50
✓README✓License○Contributing○Code of Conduct○Issue Template○PR Template

Recent PRs & issues

Quiet · 4 in progress · Last activity 3y ago
See all on GitHub →
fpauser
Is this repo dead?OpenIssue

I just came from https://github.com/sveltejs/svelte/issues/2462 trying to get some idea of the long term support story with svelte. This looks not-so-promising tbh.

fpauser · 5y ago
Rich-Harris
[WIP] V3OpenPR

the interesting new stuff is in https://github.com/sveltejs/svelte-upgrade/tree/v3/test/v3/samples Some TODOs: [ ] update //etc directives to use braces for argument ( -> ) [ ] throw an error when methods and data have conflicting names [ ] existing s in components are often dropped; haven't dug into when this is triggered. try e.g.: [ ] code importing from is generated, which is not exported by Svelte (could be a Svelte problem; not sure what the intention is here) [ ] computed properties are still rewritten as argument-less function calls, rather than reactive declarations [ ] top-level statements in `` are not moved into the separate 'static' script tag; they are left in the default per-instance script

Rich-Harris · 5y ago
yves-bourgeois
Svelte V3 upgradeOpenIssue

Hi Rich ! First, congrats with V3, looks awesome ! I did read in a Svelte 3 blog that the svelte-upgrade was already present, but that manual actions were required to incorporate the necessary V3 changes - which is understandable giving the work-over to version 3. I looked in the V3 branch of the svelte-upgrade, but I could not find the comments mentioned in the blog. Could you confirm the current status of the svelte-upgrade'r ? Should this be useable already? Kind regards, and thanks for all your work !

yves-bourgeois · 6y ago

Recent fixes

View closed PRs →
rob-balfre
{{ else }} becomes {: else }ClosedIssue

When it should become { :else } - the space causes a ParseError.

rob-balfre · 7y ago
jorgebucaran
Swap clorox for turbocolorMergedPR

@Rich-Harris Hello! This PR swaps clorox for turbocolor. We don't need to coerce the output to a string anymore, so the code became simpler as a result of that. Let me know if this looks good to you. Cheers!

jorgebucaran · 7y ago
Structured data for AI agents

Repository: sveltejs/svelte-upgrade. Description: Upgrade your Svelte templates for version 2 Stars: 36, Forks: 4. Primary language: JavaScript. Languages: JavaScript (70.9%), HTML (29.1%). Open PRs: 4, open issues: 4. Last activity: 3y ago. Community health: 50%. Top contributors: Rich-Harris, Conduitry, jorgebucaran.

·@ofershap

Replace github.com with gitshow.dev