Commit de37da9
authored
Add svelte 3 support (#1820)
* add svelte3 first try
* try again
* add svelte extension; update logo
* Don't compile svelte files
* ts update
* add icon
* add SOME error handling
* fix eslint?
* Update the svelte vscode extension to have LSP
* fixes from pr review
* fix older verwsins
* Svelte Improvements
- Also send warnings from compiler
- Save warnings in cache and reuse them
- Optimize the VSCode svelte extension
* Put v3 code generation on top
* Update standalone-packages/codesandbox-browserfs/src/generic/file_index.ts
Co-Authored-By: SaraVieira <[email protected]>
* add version automacially from installed version
* make svelte app downloadable and deployable1 parent 3da5a71 commit de37da9
File tree
48 files changed
+2180
-90
lines changed- packages
- app/src
- app
- components/CodeEditor
- Configuration
- FuzzySearch
- Monaco
- VSCode/Configuration
- pages/Sandbox/Editor
- Content/Tabs/ModuleTab
- Workspace
- Dependencies/VersionEntry
- Files/DirectoryEntry
- DirectoryChildren
- Entry/EntryIcons
- OpenedTabs
- store/providers/Utils/create-zip/svelte
- utils
- vscode/extensionHostWorker/bootstrappers
- embed/components
- Content
- Files
- sandbox/eval
- errors
- presets/svelte
- transpilers
- sass/worker
- svelte
- utils
- common/src
- components
- icons
- logos
- templates
- utils
- standalone-packages
- codesandbox-browserfs/src
- backend
- core
- generic
- vscode-extensions/out
- bundles
- extensions
- jamesbirtles.svelte-vscode-0.7.1
- .vscode
- icons
- src
- html
- syntaxes
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
48 files changed
+2180
-90
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
879 | 880 | | |
880 | 881 | | |
881 | 882 | | |
882 | | - | |
883 | 883 | | |
884 | 884 | | |
885 | 885 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
149 | | - | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
150 | 152 | | |
151 | 153 | | |
152 | 154 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
41 | 46 | | |
42 | 47 | | |
43 | 48 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
Binary file not shown.
0 commit comments