A browser extension to inspect Svelte application by extending your browser devtools capabilities
by sveltejs2 of 6 standards met
Added display of unsupported Svelte version message in dev tools. Also implemented Svelte version detection per browser tab, fixing an unrelated bug where the Svelte logo style would change across different browser windows based on the active tab. Closes https://github.com/sveltejs/svelte-devtools/issues/242
The development tools remain at Svelte 4.0. Svelte 5.0 has been released for three full years now. Development tools should follow suit as soon as possible to enable newcomers to learn Svelte 5 more efficiently. This will help the Svelte ecosystem thrive—it's a mutually beneficial relationship. Community developers can also contribute to this effort. Please don't shy away; face the challenges head-on and tackle them proactively.
Repository: sveltejs/svelte-devtools. Description: A browser extension to inspect Svelte application by extending your browser devtools capabilities Stars: 1612, Forks: 83. Primary language: Svelte. Languages: Svelte (57.1%), JavaScript (30.6%), TypeScript (8.3%), CSS (3.4%), HTML (0.6%). License: MIT. Homepage: https://chromewebstore.google.com/detail/svelte-devtools/kfidecgcdjjfpeckbblhmfkhmlgecoff Latest release: v2.2.2 (1y ago). Open PRs: 3, open issues: 7. Last activity: 1y ago. Community health: 62%. Top contributors: ignatiusmb, RedHatter, bershanskiy, dependabot[bot], cabreraalex, benmccann, davidjayb, HarryAllen1, pauloffb, Rich-Harris.
Svelte
Last 12 weeks · 0 commits
Describe the bug Svelte Devtools seems not to work using Svelte with Vite. To Reproduce Just start a new Vite project (with Svelte) and run in dev mode. You'll see Svelte Devtools doesn't recognise you're using Svelte in this page. Expected behavior Svelte Devtools should work with projects created with Vite, too. Environment Browser with version: Google Chrome, version 101.0.4951.67 Devtools version: 1.3.0 Svelte version: 3.44.0 (using _Vite 2.9.7_ and _vite-plugin-svelte 1.0.0-next.30_) Additional context** None. Update - 07/11/2022 Seems this bug doesn't occur on Firefox but it's only Chromium based browsers related. Re-tested myself using Chrome 107.0.5304.88: this is not working with Svelte 3.52.0 (using _Vite 3.1.8_ and _vite-plugin-svelte 1.1.0_).