project-warpcode
project-warpcode copied to clipboard
Build Svelte applications visually without compromising on developer experience.
The FSWatcher crashed after cloning svelte capacitor in my warpcode test repo. I am on a Win11 machine. Steps to reproduce: 1. Create new project from Warpcode prompt. 2. Follow...
Because Monaco does not yet support Svelte code, we'll need to find a way to bundle and include the language server into WarpCode. If someone has done so with Monaco...
Hi all 👋 As you might imagine the scope of whats required to get to a production ready product is fairly immense. I'll continue to chip away, implement required functionality...
Because the default components are being styled from the parent, they require globally scoped styling. This is an exceptionally poor solution given the aims here so I need to come...
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.21 to 8.4.31. Release notes Sourced from postcss's releases. 8.4.31 Fixed \r parsing to fix CVE-2023-44270. 8.4.30 Improved source map performance (by @romainmenke). 8.4.29 Fixed Node#source.offset (by...
Bumps [electron](https://github.com/electron/electron) from 22.0.3 to 22.3.25. Release notes Sourced from electron's releases. electron v22.3.25 Release Notes for v22.3.25 Other Changes Security: backported fix for CVE-2023-5217. #40026 electron v22.3.24 Release Notes...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.0.4 to 4.0.5. Changelog Sourced from vite's changelog. 4.0.5 (2023-05-26) fix: fs.deny with leading double slash (#13348) (28548b5), closes #13348 Commits 2f5827c release: v4.0.5 28548b5 fix: fs.deny...
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @OlafConijn in...
When running linting, we get a ton of warnings and errors around use of 'any', unused vars and the like. This needs to be brought to a totally zero state...