Commit 5b91f8d
authored
Custom template (codesandbox#854)
* Custom template
* Bump
* Reset compilation when config of modules change
* Fix null sandpackconfig
* Remove double setup
* Bump
* Make optimization of cache optional
* Bump
* Don't save cache on smoosh
* BUMP
* Add module mockgp
* Version bump
* Fix package json version resolving
* Bump
* mock modulke
* Fix module
* Bump to 0.0.45
* Fix typing problem
* Fix new build step
* Version bump
* Remove console.log
* Bump version
* Async file resolving
* Remote messaging system
* Add remote file resolving
* Bump version
* Remove comments
* Allow dynamic import in ESModule dependencies
* Also add dynamic syntax to parser opts
* Fix custom template resetting for new manager
* Bump
* Bump
* Upgrade codesandbox-api
* Fix typings
* Fix getCodeSandboxURL
* Bump version
* Fix merge conflict
* Add babel transpiler
* New version bump
* Update locks
* Publish new codesandbox-api
* Bump sandpack
* Update codesandbox-api
* Add button for disabling button
* Add option to manager
* Bump
* Rename vscode-editor
* Disable shadows altogether in SSE loading screen1 parent c1d3de6 commit 5b91f8d
File tree
34 files changed
+1004
-3176
lines changed- packages
- app
- config
- src
- app/store
- sandbox
- eval
- presets
- custom
- npm
- codesandbox-api
- src
- protocol
- __tests__
- test
- common
- components/logos
- templates
- configuration
- custom-codesandbox
- tsconfig
- homepage/src/screens/home
- Animation
- NPMFeature/SearchInput
- react-sandpack
- src
- components/SandpackProvider
- helper-components/CodeMirror
- stories
- sandpack
- src/manager
- standalone-packages/sse-loading-screen/src
34 files changed
+1004
-3176
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
326 | 326 | | |
327 | 327 | | |
328 | 328 | | |
329 | | - | |
| 329 | + | |
330 | 330 | | |
331 | 331 | | |
332 | 332 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
146 | | - | |
| 146 | + | |
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
13 | 16 | | |
14 | 17 | | |
15 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
| 196 | + | |
196 | 197 | | |
197 | 198 | | |
198 | 199 | | |
| |||
250 | 251 | | |
251 | 252 | | |
252 | 253 | | |
253 | | - | |
254 | | - | |
255 | | - | |
256 | | - | |
257 | | - | |
258 | | - | |
259 | | - | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
260 | 264 | | |
261 | 265 | | |
262 | 266 | | |
| |||
291 | 295 | | |
292 | 296 | | |
293 | 297 | | |
294 | | - | |
| 298 | + | |
| 299 | + | |
295 | 300 | | |
296 | 301 | | |
297 | 302 | | |
298 | 303 | | |
299 | | - | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
300 | 307 | | |
301 | 308 | | |
302 | 309 | | |
| |||
327 | 334 | | |
328 | 335 | | |
329 | 336 | | |
| 337 | + | |
| 338 | + | |
330 | 339 | | |
331 | 340 | | |
332 | 341 | | |
| |||
379 | 388 | | |
380 | 389 | | |
381 | 390 | | |
| 391 | + | |
| 392 | + | |
382 | 393 | | |
383 | 394 | | |
384 | 395 | | |
| |||
438 | 449 | | |
439 | 450 | | |
440 | 451 | | |
441 | | - | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
442 | 456 | | |
443 | 457 | | |
444 | 458 | | |
| |||
449 | 463 | | |
450 | 464 | | |
451 | 465 | | |
452 | | - | |
453 | | - | |
454 | | - | |
455 | | - | |
456 | | - | |
457 | | - | |
458 | | - | |
459 | | - | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
460 | 476 | | |
461 | 477 | | |
462 | 478 | | |
| |||
475 | 491 | | |
476 | 492 | | |
477 | 493 | | |
| 494 | + | |
| 495 | + | |
478 | 496 | | |
479 | 497 | | |
480 | 498 | | |
| |||
650 | 668 | | |
651 | 669 | | |
652 | 670 | | |
653 | | - | |
| 671 | + | |
654 | 672 | | |
655 | 673 | | |
656 | 674 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
49 | 53 | | |
50 | 54 | | |
51 | 55 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| 28 | + | |
27 | 29 | | |
28 | 30 | | |
29 | 31 | | |
| |||
49 | 51 | | |
50 | 52 | | |
51 | 53 | | |
| 54 | + | |
| 55 | + | |
52 | 56 | | |
53 | 57 | | |
54 | 58 | | |
| |||
0 commit comments