Vite + Svelte
- -- Check out SvelteKit, the official Svelte app framework powered by Vite! -
- -Click on the Vite and Svelte logos to learn more
-diff --git a/.gitignore b/.gitignore index 113f1eb0c..c5eb7a2ad 100644 --- a/.gitignore +++ b/.gitignore @@ -47,3 +47,8 @@ node_modules # other coverage + +# playgrounds +packages/playground/**/* +!packages/playground/README.md + diff --git a/packages/playground/README.md b/packages/playground/README.md index 4794ef6c3..962b9f1cd 100644 --- a/packages/playground/README.md +++ b/packages/playground/README.md @@ -1 +1,3 @@ -playground projects used for experiments, demos and manual testing +add your own playground projects here, using `"@sveltejs/vite-plugin-svelte":"workspace:*"` as reference + +subdirectories are ignored in git diff --git a/packages/playground/basic/.gitignore b/packages/playground/basic/.gitignore deleted file mode 100644 index a547bf36d..000000000 --- a/packages/playground/basic/.gitignore +++ /dev/null @@ -1,24 +0,0 @@ -# Logs -logs -*.log -npm-debug.log* -yarn-debug.log* -yarn-error.log* -pnpm-debug.log* -lerna-debug.log* - -node_modules -dist -dist-ssr -*.local - -# Editor directories and files -.vscode/* -!.vscode/extensions.json -.idea -.DS_Store -*.suo -*.ntvs* -*.njsproj -*.sln -*.sw? diff --git a/packages/playground/basic/README.md b/packages/playground/basic/README.md deleted file mode 100644 index 47379abff..000000000 --- a/packages/playground/basic/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# Svelte + Vite - -and a little something 5 diff --git a/packages/playground/basic/index.html b/packages/playground/basic/index.html deleted file mode 100644 index 7d4f5f410..000000000 --- a/packages/playground/basic/index.html +++ /dev/null @@ -1,13 +0,0 @@ - - -
- - - -- Check out SvelteKit, the official Svelte app framework powered by Vite! -
- -Click on the Vite and Svelte logos to learn more
-
- Edit
- src/App.svelte
- and save to reload (prepare tissues).
-
I have kids too:
- -I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/00/OtherChild.svelte b/packages/playground/big/src/pages/00/OtherChild.svelte deleted file mode 100644 index daa23fd80..000000000 --- a/packages/playground/big/src/pages/00/OtherChild.svelte +++ /dev/null @@ -1,11 +0,0 @@ -I am the other child.
-I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/00/index.svelte b/packages/playground/big/src/pages/00/index.svelte deleted file mode 100644 index 1835ce4a1..000000000 --- a/packages/playground/big/src/pages/00/index.svelte +++ /dev/null @@ -1,29 +0,0 @@ - - -I am page 01.
- -I have some children:
- -I have kids too:
- -I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/01/OtherChild.svelte b/packages/playground/big/src/pages/01/OtherChild.svelte deleted file mode 100644 index be0d96a9e..000000000 --- a/packages/playground/big/src/pages/01/OtherChild.svelte +++ /dev/null @@ -1,11 +0,0 @@ -I am the other child.
-I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/01/index.svelte b/packages/playground/big/src/pages/01/index.svelte deleted file mode 100644 index d2faef091..000000000 --- a/packages/playground/big/src/pages/01/index.svelte +++ /dev/null @@ -1,29 +0,0 @@ - - -I am page 01.
- -I have some children:
- -I have kids too:
- -I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/02/OtherChild.svelte b/packages/playground/big/src/pages/02/OtherChild.svelte deleted file mode 100644 index d021988cb..000000000 --- a/packages/playground/big/src/pages/02/OtherChild.svelte +++ /dev/null @@ -1,11 +0,0 @@ -I am the other child.
-I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/02/index.svelte b/packages/playground/big/src/pages/02/index.svelte deleted file mode 100644 index ca0ff68da..000000000 --- a/packages/playground/big/src/pages/02/index.svelte +++ /dev/null @@ -1,29 +0,0 @@ - - -I am page 01.
- -I have some children:
- -I have kids too:
- -I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/03/OtherChild.svelte b/packages/playground/big/src/pages/03/OtherChild.svelte deleted file mode 100644 index cef59773f..000000000 --- a/packages/playground/big/src/pages/03/OtherChild.svelte +++ /dev/null @@ -1,11 +0,0 @@ -I am the other child.
-I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/03/index.svelte b/packages/playground/big/src/pages/03/index.svelte deleted file mode 100644 index 05626b886..000000000 --- a/packages/playground/big/src/pages/03/index.svelte +++ /dev/null @@ -1,29 +0,0 @@ - - -I am page 01.
- -I have some children:
- -I have kids too:
- -I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/04/OtherChild.svelte b/packages/playground/big/src/pages/04/OtherChild.svelte deleted file mode 100644 index 27fc3b72f..000000000 --- a/packages/playground/big/src/pages/04/OtherChild.svelte +++ /dev/null @@ -1,11 +0,0 @@ -I am the other child.
-I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/04/index.svelte b/packages/playground/big/src/pages/04/index.svelte deleted file mode 100644 index 4b9fc61c5..000000000 --- a/packages/playground/big/src/pages/04/index.svelte +++ /dev/null @@ -1,29 +0,0 @@ - - -I am page 01.
- -I have some children:
- -I have kids too:
- -I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/05/OtherChild.svelte b/packages/playground/big/src/pages/05/OtherChild.svelte deleted file mode 100644 index 00ca5cc2b..000000000 --- a/packages/playground/big/src/pages/05/OtherChild.svelte +++ /dev/null @@ -1,11 +0,0 @@ -I am the other child.
-I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/05/index.svelte b/packages/playground/big/src/pages/05/index.svelte deleted file mode 100644 index 2fe55c7e7..000000000 --- a/packages/playground/big/src/pages/05/index.svelte +++ /dev/null @@ -1,29 +0,0 @@ - - -I am page 01.
- -I have some children:
- -I have kids too:
- -I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/06/OtherChild.svelte b/packages/playground/big/src/pages/06/OtherChild.svelte deleted file mode 100644 index 1c4591aa9..000000000 --- a/packages/playground/big/src/pages/06/OtherChild.svelte +++ /dev/null @@ -1,11 +0,0 @@ -I am the other child.
-I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/06/index.svelte b/packages/playground/big/src/pages/06/index.svelte deleted file mode 100644 index 0215ed12c..000000000 --- a/packages/playground/big/src/pages/06/index.svelte +++ /dev/null @@ -1,29 +0,0 @@ - - -I am page 01.
- -I have some children:
- -I have kids too:
- -I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/07/OtherChild.svelte b/packages/playground/big/src/pages/07/OtherChild.svelte deleted file mode 100644 index d1fcb6cad..000000000 --- a/packages/playground/big/src/pages/07/OtherChild.svelte +++ /dev/null @@ -1,11 +0,0 @@ -I am the other child.
-I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/07/index.svelte b/packages/playground/big/src/pages/07/index.svelte deleted file mode 100644 index beb0e463b..000000000 --- a/packages/playground/big/src/pages/07/index.svelte +++ /dev/null @@ -1,29 +0,0 @@ - - -I am page 01.
- -I have some children:
- -I have kids too:
- -I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/08/OtherChild.svelte b/packages/playground/big/src/pages/08/OtherChild.svelte deleted file mode 100644 index 7d14514ae..000000000 --- a/packages/playground/big/src/pages/08/OtherChild.svelte +++ /dev/null @@ -1,11 +0,0 @@ -I am the other child.
-I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/08/index.svelte b/packages/playground/big/src/pages/08/index.svelte deleted file mode 100644 index 1816690c6..000000000 --- a/packages/playground/big/src/pages/08/index.svelte +++ /dev/null @@ -1,29 +0,0 @@ - - -I am page 01.
- -I have some children:
- -I have kids too:
- -I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/09/OtherChild.svelte b/packages/playground/big/src/pages/09/OtherChild.svelte deleted file mode 100644 index 648970d56..000000000 --- a/packages/playground/big/src/pages/09/OtherChild.svelte +++ /dev/null @@ -1,11 +0,0 @@ -I am the other child.
-I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/09/index.svelte b/packages/playground/big/src/pages/09/index.svelte deleted file mode 100644 index 76ee0b0f2..000000000 --- a/packages/playground/big/src/pages/09/index.svelte +++ /dev/null @@ -1,29 +0,0 @@ - - -I am page 01.
- -I have some children:
- -I have kids too:
- -I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/10/OtherChild.svelte b/packages/playground/big/src/pages/10/OtherChild.svelte deleted file mode 100644 index 97890ff42..000000000 --- a/packages/playground/big/src/pages/10/OtherChild.svelte +++ /dev/null @@ -1,11 +0,0 @@ -I am the other child.
-I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/10/index.svelte b/packages/playground/big/src/pages/10/index.svelte deleted file mode 100644 index c7bfa037f..000000000 --- a/packages/playground/big/src/pages/10/index.svelte +++ /dev/null @@ -1,29 +0,0 @@ - - -I am page 01.
- -I have some children:
- -I have kids too:
- -I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/11/OtherChild.svelte b/packages/playground/big/src/pages/11/OtherChild.svelte deleted file mode 100644 index a141ad7ca..000000000 --- a/packages/playground/big/src/pages/11/OtherChild.svelte +++ /dev/null @@ -1,11 +0,0 @@ -I am the other child.
-I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/11/index.svelte b/packages/playground/big/src/pages/11/index.svelte deleted file mode 100644 index 9beb7306f..000000000 --- a/packages/playground/big/src/pages/11/index.svelte +++ /dev/null @@ -1,29 +0,0 @@ - - -I am page 01.
- -I have some children:
- -I have kids too:
- -I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/12/OtherChild.svelte b/packages/playground/big/src/pages/12/OtherChild.svelte deleted file mode 100644 index a114a9c3d..000000000 --- a/packages/playground/big/src/pages/12/OtherChild.svelte +++ /dev/null @@ -1,11 +0,0 @@ -I am the other child.
-I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/12/index.svelte b/packages/playground/big/src/pages/12/index.svelte deleted file mode 100644 index 97d7ef2b8..000000000 --- a/packages/playground/big/src/pages/12/index.svelte +++ /dev/null @@ -1,29 +0,0 @@ - - -I am page 01.
- -I have some children:
- -I have kids too:
- -I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/13/OtherChild.svelte b/packages/playground/big/src/pages/13/OtherChild.svelte deleted file mode 100644 index 3cf50f7f1..000000000 --- a/packages/playground/big/src/pages/13/OtherChild.svelte +++ /dev/null @@ -1,11 +0,0 @@ -I am the other child.
-I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/13/index.svelte b/packages/playground/big/src/pages/13/index.svelte deleted file mode 100644 index fc9839cc6..000000000 --- a/packages/playground/big/src/pages/13/index.svelte +++ /dev/null @@ -1,29 +0,0 @@ - - -I am page 01.
- -I have some children:
- -I have kids too:
- -I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/14/OtherChild.svelte b/packages/playground/big/src/pages/14/OtherChild.svelte deleted file mode 100644 index 6d2f48a1e..000000000 --- a/packages/playground/big/src/pages/14/OtherChild.svelte +++ /dev/null @@ -1,11 +0,0 @@ -I am the other child.
-I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/14/index.svelte b/packages/playground/big/src/pages/14/index.svelte deleted file mode 100644 index 456ad7b5c..000000000 --- a/packages/playground/big/src/pages/14/index.svelte +++ /dev/null @@ -1,29 +0,0 @@ - - -I am page 01.
- -I have some children:
- -I have kids too:
- -I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/15/OtherChild.svelte b/packages/playground/big/src/pages/15/OtherChild.svelte deleted file mode 100644 index d1808c7b5..000000000 --- a/packages/playground/big/src/pages/15/OtherChild.svelte +++ /dev/null @@ -1,11 +0,0 @@ -I am the other child.
-I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/15/index.svelte b/packages/playground/big/src/pages/15/index.svelte deleted file mode 100644 index ddd25f181..000000000 --- a/packages/playground/big/src/pages/15/index.svelte +++ /dev/null @@ -1,29 +0,0 @@ - - -I am page 01.
- -I have some children:
- -I have kids too:
- -I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/16/OtherChild.svelte b/packages/playground/big/src/pages/16/OtherChild.svelte deleted file mode 100644 index 306bfb051..000000000 --- a/packages/playground/big/src/pages/16/OtherChild.svelte +++ /dev/null @@ -1,11 +0,0 @@ -I am the other child.
-I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/16/index.svelte b/packages/playground/big/src/pages/16/index.svelte deleted file mode 100644 index 0d252e9ab..000000000 --- a/packages/playground/big/src/pages/16/index.svelte +++ /dev/null @@ -1,29 +0,0 @@ - - -I am page 01.
- -I have some children:
- -I have kids too:
- -I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/17/OtherChild.svelte b/packages/playground/big/src/pages/17/OtherChild.svelte deleted file mode 100644 index 68b64dc10..000000000 --- a/packages/playground/big/src/pages/17/OtherChild.svelte +++ /dev/null @@ -1,11 +0,0 @@ -I am the other child.
-I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/17/index.svelte b/packages/playground/big/src/pages/17/index.svelte deleted file mode 100644 index 5f52965ec..000000000 --- a/packages/playground/big/src/pages/17/index.svelte +++ /dev/null @@ -1,29 +0,0 @@ - - -I am page 01.
- -I have some children:
- -I have kids too:
- -I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/18/OtherChild.svelte b/packages/playground/big/src/pages/18/OtherChild.svelte deleted file mode 100644 index 9c30a8a86..000000000 --- a/packages/playground/big/src/pages/18/OtherChild.svelte +++ /dev/null @@ -1,11 +0,0 @@ -I am the other child.
-I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/18/index.svelte b/packages/playground/big/src/pages/18/index.svelte deleted file mode 100644 index d674f7251..000000000 --- a/packages/playground/big/src/pages/18/index.svelte +++ /dev/null @@ -1,29 +0,0 @@ - - -I am page 01.
- -I have some children:
- -I have kids too:
- -I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/19/OtherChild.svelte b/packages/playground/big/src/pages/19/OtherChild.svelte deleted file mode 100644 index 71108f4ad..000000000 --- a/packages/playground/big/src/pages/19/OtherChild.svelte +++ /dev/null @@ -1,11 +0,0 @@ -I am the other child.
-I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/19/index.svelte b/packages/playground/big/src/pages/19/index.svelte deleted file mode 100644 index e784d117e..000000000 --- a/packages/playground/big/src/pages/19/index.svelte +++ /dev/null @@ -1,29 +0,0 @@ - - -I am page 01.
- -I have some children:
- -I have kids too:
- -I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/20/OtherChild.svelte b/packages/playground/big/src/pages/20/OtherChild.svelte deleted file mode 100644 index 055e322ad..000000000 --- a/packages/playground/big/src/pages/20/OtherChild.svelte +++ /dev/null @@ -1,11 +0,0 @@ -I am the other child.
-I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/20/index.svelte b/packages/playground/big/src/pages/20/index.svelte deleted file mode 100644 index 7a7199978..000000000 --- a/packages/playground/big/src/pages/20/index.svelte +++ /dev/null @@ -1,29 +0,0 @@ - - -I am page 01.
- -I have some children:
- -I have kids too:
- -I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/21/OtherChild.svelte b/packages/playground/big/src/pages/21/OtherChild.svelte deleted file mode 100644 index d9f90707f..000000000 --- a/packages/playground/big/src/pages/21/OtherChild.svelte +++ /dev/null @@ -1,11 +0,0 @@ -I am the other child.
-I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/21/index.svelte b/packages/playground/big/src/pages/21/index.svelte deleted file mode 100644 index 1ed8c27cc..000000000 --- a/packages/playground/big/src/pages/21/index.svelte +++ /dev/null @@ -1,29 +0,0 @@ - - -I am page 01.
- -I have some children:
- -I have kids too:
- -I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/22/OtherChild.svelte b/packages/playground/big/src/pages/22/OtherChild.svelte deleted file mode 100644 index 9f8c960b2..000000000 --- a/packages/playground/big/src/pages/22/OtherChild.svelte +++ /dev/null @@ -1,11 +0,0 @@ -I am the other child.
-I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/22/index.svelte b/packages/playground/big/src/pages/22/index.svelte deleted file mode 100644 index e863889ba..000000000 --- a/packages/playground/big/src/pages/22/index.svelte +++ /dev/null @@ -1,29 +0,0 @@ - - -I am page 01.
- -I have some children:
- -I have kids too:
- -I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/23/OtherChild.svelte b/packages/playground/big/src/pages/23/OtherChild.svelte deleted file mode 100644 index 1f6a6312c..000000000 --- a/packages/playground/big/src/pages/23/OtherChild.svelte +++ /dev/null @@ -1,11 +0,0 @@ -I am the other child.
-I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/23/index.svelte b/packages/playground/big/src/pages/23/index.svelte deleted file mode 100644 index 782ad8dd3..000000000 --- a/packages/playground/big/src/pages/23/index.svelte +++ /dev/null @@ -1,29 +0,0 @@ - - -I am page 01.
- -I have some children:
- -I have kids too:
- -I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/24/OtherChild.svelte b/packages/playground/big/src/pages/24/OtherChild.svelte deleted file mode 100644 index 9178e1ee2..000000000 --- a/packages/playground/big/src/pages/24/OtherChild.svelte +++ /dev/null @@ -1,11 +0,0 @@ -I am the other child.
-I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/24/index.svelte b/packages/playground/big/src/pages/24/index.svelte deleted file mode 100644 index f9bb173d0..000000000 --- a/packages/playground/big/src/pages/24/index.svelte +++ /dev/null @@ -1,29 +0,0 @@ - - -I am page 01.
- -I have some children:
- -I have kids too:
- -I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/25/OtherChild.svelte b/packages/playground/big/src/pages/25/OtherChild.svelte deleted file mode 100644 index 3e8ad699c..000000000 --- a/packages/playground/big/src/pages/25/OtherChild.svelte +++ /dev/null @@ -1,11 +0,0 @@ -I am the other child.
-I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/25/index.svelte b/packages/playground/big/src/pages/25/index.svelte deleted file mode 100644 index f87cf39a5..000000000 --- a/packages/playground/big/src/pages/25/index.svelte +++ /dev/null @@ -1,29 +0,0 @@ - - -I am page 01.
- -I have some children:
- -I have kids too:
- -I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/26/OtherChild.svelte b/packages/playground/big/src/pages/26/OtherChild.svelte deleted file mode 100644 index 8ffde3304..000000000 --- a/packages/playground/big/src/pages/26/OtherChild.svelte +++ /dev/null @@ -1,11 +0,0 @@ -I am the other child.
-I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/26/index.svelte b/packages/playground/big/src/pages/26/index.svelte deleted file mode 100644 index 9eaab8d3f..000000000 --- a/packages/playground/big/src/pages/26/index.svelte +++ /dev/null @@ -1,29 +0,0 @@ - - -I am page 01.
- -I have some children:
- -I have kids too:
- -I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/27/OtherChild.svelte b/packages/playground/big/src/pages/27/OtherChild.svelte deleted file mode 100644 index 8c77cd050..000000000 --- a/packages/playground/big/src/pages/27/OtherChild.svelte +++ /dev/null @@ -1,11 +0,0 @@ -I am the other child.
-I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/27/index.svelte b/packages/playground/big/src/pages/27/index.svelte deleted file mode 100644 index fb5b39a8d..000000000 --- a/packages/playground/big/src/pages/27/index.svelte +++ /dev/null @@ -1,29 +0,0 @@ - - -I am page 01.
- -I have some children:
- -I have kids too:
- -I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/28/OtherChild.svelte b/packages/playground/big/src/pages/28/OtherChild.svelte deleted file mode 100644 index c33734f10..000000000 --- a/packages/playground/big/src/pages/28/OtherChild.svelte +++ /dev/null @@ -1,11 +0,0 @@ -I am the other child.
-I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/28/index.svelte b/packages/playground/big/src/pages/28/index.svelte deleted file mode 100644 index 9ba89c7e4..000000000 --- a/packages/playground/big/src/pages/28/index.svelte +++ /dev/null @@ -1,29 +0,0 @@ - - -I am page 01.
- -I have some children:
- -I have kids too:
- -I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/29/OtherChild.svelte b/packages/playground/big/src/pages/29/OtherChild.svelte deleted file mode 100644 index e58eaed99..000000000 --- a/packages/playground/big/src/pages/29/OtherChild.svelte +++ /dev/null @@ -1,11 +0,0 @@ -I am the other child.
-I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/29/index.svelte b/packages/playground/big/src/pages/29/index.svelte deleted file mode 100644 index ade48fda2..000000000 --- a/packages/playground/big/src/pages/29/index.svelte +++ /dev/null @@ -1,29 +0,0 @@ - - -I am page 01.
- -I have some children:
- -I have kids too:
- -I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/30/OtherChild.svelte b/packages/playground/big/src/pages/30/OtherChild.svelte deleted file mode 100644 index 74b82dca0..000000000 --- a/packages/playground/big/src/pages/30/OtherChild.svelte +++ /dev/null @@ -1,11 +0,0 @@ -I am the other child.
-I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/30/index.svelte b/packages/playground/big/src/pages/30/index.svelte deleted file mode 100644 index 1d1b4fc3e..000000000 --- a/packages/playground/big/src/pages/30/index.svelte +++ /dev/null @@ -1,29 +0,0 @@ - - -I am page 01.
- -I have some children:
- -I have kids too:
- -I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/31/OtherChild.svelte b/packages/playground/big/src/pages/31/OtherChild.svelte deleted file mode 100644 index dcfc2a353..000000000 --- a/packages/playground/big/src/pages/31/OtherChild.svelte +++ /dev/null @@ -1,11 +0,0 @@ -I am the other child.
-I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/31/index.svelte b/packages/playground/big/src/pages/31/index.svelte deleted file mode 100644 index 854406f1b..000000000 --- a/packages/playground/big/src/pages/31/index.svelte +++ /dev/null @@ -1,29 +0,0 @@ - - -I am page 01.
- -I have some children:
- -I have kids too:
- -I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/32/OtherChild.svelte b/packages/playground/big/src/pages/32/OtherChild.svelte deleted file mode 100644 index 56ed9cb5a..000000000 --- a/packages/playground/big/src/pages/32/OtherChild.svelte +++ /dev/null @@ -1,11 +0,0 @@ -I am the other child.
-I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/32/index.svelte b/packages/playground/big/src/pages/32/index.svelte deleted file mode 100644 index 2a45035b3..000000000 --- a/packages/playground/big/src/pages/32/index.svelte +++ /dev/null @@ -1,29 +0,0 @@ - - -I am page 01.
- -I have some children:
- -I have kids too:
- -I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/33/OtherChild.svelte b/packages/playground/big/src/pages/33/OtherChild.svelte deleted file mode 100644 index 033b0fde7..000000000 --- a/packages/playground/big/src/pages/33/OtherChild.svelte +++ /dev/null @@ -1,11 +0,0 @@ -I am the other child.
-I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/33/index.svelte b/packages/playground/big/src/pages/33/index.svelte deleted file mode 100644 index 202883852..000000000 --- a/packages/playground/big/src/pages/33/index.svelte +++ /dev/null @@ -1,29 +0,0 @@ - - -I am page 01.
- -I have some children:
- -I have kids too:
- -I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/34/OtherChild.svelte b/packages/playground/big/src/pages/34/OtherChild.svelte deleted file mode 100644 index c6a526bf2..000000000 --- a/packages/playground/big/src/pages/34/OtherChild.svelte +++ /dev/null @@ -1,11 +0,0 @@ -I am the other child.
-I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/34/index.svelte b/packages/playground/big/src/pages/34/index.svelte deleted file mode 100644 index 1c56a66e0..000000000 --- a/packages/playground/big/src/pages/34/index.svelte +++ /dev/null @@ -1,29 +0,0 @@ - - -I am page 01.
- -I have some children:
- -I have kids too:
- -I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/35/OtherChild.svelte b/packages/playground/big/src/pages/35/OtherChild.svelte deleted file mode 100644 index 6c6780592..000000000 --- a/packages/playground/big/src/pages/35/OtherChild.svelte +++ /dev/null @@ -1,11 +0,0 @@ -I am the other child.
-I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/35/index.svelte b/packages/playground/big/src/pages/35/index.svelte deleted file mode 100644 index fe15ef4e1..000000000 --- a/packages/playground/big/src/pages/35/index.svelte +++ /dev/null @@ -1,29 +0,0 @@ - - -I am page 01.
- -I have some children:
- -I have kids too:
- -I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/36/OtherChild.svelte b/packages/playground/big/src/pages/36/OtherChild.svelte deleted file mode 100644 index a6aae290c..000000000 --- a/packages/playground/big/src/pages/36/OtherChild.svelte +++ /dev/null @@ -1,11 +0,0 @@ -I am the other child.
-I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/36/index.svelte b/packages/playground/big/src/pages/36/index.svelte deleted file mode 100644 index 0035267d0..000000000 --- a/packages/playground/big/src/pages/36/index.svelte +++ /dev/null @@ -1,29 +0,0 @@ - - -I am page 01.
- -I have some children:
- -I have kids too:
- -I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/37/OtherChild.svelte b/packages/playground/big/src/pages/37/OtherChild.svelte deleted file mode 100644 index afa8c0f64..000000000 --- a/packages/playground/big/src/pages/37/OtherChild.svelte +++ /dev/null @@ -1,11 +0,0 @@ -I am the other child.
-I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/37/index.svelte b/packages/playground/big/src/pages/37/index.svelte deleted file mode 100644 index e25d68e6a..000000000 --- a/packages/playground/big/src/pages/37/index.svelte +++ /dev/null @@ -1,29 +0,0 @@ - - -I am page 01.
- -I have some children:
- -I have kids too:
- -I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/38/OtherChild.svelte b/packages/playground/big/src/pages/38/OtherChild.svelte deleted file mode 100644 index 5968c5260..000000000 --- a/packages/playground/big/src/pages/38/OtherChild.svelte +++ /dev/null @@ -1,11 +0,0 @@ -I am the other child.
-I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/38/index.svelte b/packages/playground/big/src/pages/38/index.svelte deleted file mode 100644 index 543885950..000000000 --- a/packages/playground/big/src/pages/38/index.svelte +++ /dev/null @@ -1,29 +0,0 @@ - - -I am page 01.
- -I have some children:
- -I have kids too:
- -I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/39/OtherChild.svelte b/packages/playground/big/src/pages/39/OtherChild.svelte deleted file mode 100644 index 60813cb64..000000000 --- a/packages/playground/big/src/pages/39/OtherChild.svelte +++ /dev/null @@ -1,11 +0,0 @@ -I am the other child.
-I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/39/index.svelte b/packages/playground/big/src/pages/39/index.svelte deleted file mode 100644 index 5a7f88abe..000000000 --- a/packages/playground/big/src/pages/39/index.svelte +++ /dev/null @@ -1,29 +0,0 @@ - - -I am page 01.
- -I have some children:
- -I have kids too:
- -I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/40/OtherChild.svelte b/packages/playground/big/src/pages/40/OtherChild.svelte deleted file mode 100644 index 91b3e816b..000000000 --- a/packages/playground/big/src/pages/40/OtherChild.svelte +++ /dev/null @@ -1,11 +0,0 @@ -I am the other child.
-I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/40/index.svelte b/packages/playground/big/src/pages/40/index.svelte deleted file mode 100644 index 866d092b7..000000000 --- a/packages/playground/big/src/pages/40/index.svelte +++ /dev/null @@ -1,29 +0,0 @@ - - -I am page 01.
- -I have some children:
- -I have kids too:
- -I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/41/OtherChild.svelte b/packages/playground/big/src/pages/41/OtherChild.svelte deleted file mode 100644 index da2c1690d..000000000 --- a/packages/playground/big/src/pages/41/OtherChild.svelte +++ /dev/null @@ -1,11 +0,0 @@ -I am the other child.
-I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/41/index.svelte b/packages/playground/big/src/pages/41/index.svelte deleted file mode 100644 index 584576a7b..000000000 --- a/packages/playground/big/src/pages/41/index.svelte +++ /dev/null @@ -1,29 +0,0 @@ - - -I am page 01.
- -I have some children:
- -I have kids too:
- -I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/42/OtherChild.svelte b/packages/playground/big/src/pages/42/OtherChild.svelte deleted file mode 100644 index 09a3e6b98..000000000 --- a/packages/playground/big/src/pages/42/OtherChild.svelte +++ /dev/null @@ -1,11 +0,0 @@ -I am the other child.
-I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/42/index.svelte b/packages/playground/big/src/pages/42/index.svelte deleted file mode 100644 index 49dd4519e..000000000 --- a/packages/playground/big/src/pages/42/index.svelte +++ /dev/null @@ -1,29 +0,0 @@ - - -I am page 01.
- -I have some children:
- -I have kids too:
- -I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/43/OtherChild.svelte b/packages/playground/big/src/pages/43/OtherChild.svelte deleted file mode 100644 index 11ccb9f63..000000000 --- a/packages/playground/big/src/pages/43/OtherChild.svelte +++ /dev/null @@ -1,11 +0,0 @@ -I am the other child.
-I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/43/index.svelte b/packages/playground/big/src/pages/43/index.svelte deleted file mode 100644 index d29fce890..000000000 --- a/packages/playground/big/src/pages/43/index.svelte +++ /dev/null @@ -1,29 +0,0 @@ - - -I am page 01.
- -I have some children:
- -I have kids too:
- -I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/44/OtherChild.svelte b/packages/playground/big/src/pages/44/OtherChild.svelte deleted file mode 100644 index 3db769187..000000000 --- a/packages/playground/big/src/pages/44/OtherChild.svelte +++ /dev/null @@ -1,11 +0,0 @@ -I am the other child.
-I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/44/index.svelte b/packages/playground/big/src/pages/44/index.svelte deleted file mode 100644 index 4db29bee4..000000000 --- a/packages/playground/big/src/pages/44/index.svelte +++ /dev/null @@ -1,29 +0,0 @@ - - -I am page 01.
- -I have some children:
- -I have kids too:
- -I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/45/OtherChild.svelte b/packages/playground/big/src/pages/45/OtherChild.svelte deleted file mode 100644 index 6bfbf53fa..000000000 --- a/packages/playground/big/src/pages/45/OtherChild.svelte +++ /dev/null @@ -1,11 +0,0 @@ -I am the other child.
-I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/45/index.svelte b/packages/playground/big/src/pages/45/index.svelte deleted file mode 100644 index 1044d4ca2..000000000 --- a/packages/playground/big/src/pages/45/index.svelte +++ /dev/null @@ -1,29 +0,0 @@ - - -I am page 01.
- -I have some children:
- -I have kids too:
- -I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/46/OtherChild.svelte b/packages/playground/big/src/pages/46/OtherChild.svelte deleted file mode 100644 index 9f384240b..000000000 --- a/packages/playground/big/src/pages/46/OtherChild.svelte +++ /dev/null @@ -1,11 +0,0 @@ -I am the other child.
-I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/46/index.svelte b/packages/playground/big/src/pages/46/index.svelte deleted file mode 100644 index cb11b5adc..000000000 --- a/packages/playground/big/src/pages/46/index.svelte +++ /dev/null @@ -1,29 +0,0 @@ - - -I am page 01.
- -I have some children:
- -I have kids too:
- -I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/47/OtherChild.svelte b/packages/playground/big/src/pages/47/OtherChild.svelte deleted file mode 100644 index 9c05f519b..000000000 --- a/packages/playground/big/src/pages/47/OtherChild.svelte +++ /dev/null @@ -1,11 +0,0 @@ -I am the other child.
-I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/47/index.svelte b/packages/playground/big/src/pages/47/index.svelte deleted file mode 100644 index c55d58ea7..000000000 --- a/packages/playground/big/src/pages/47/index.svelte +++ /dev/null @@ -1,29 +0,0 @@ - - -I am page 01.
- -I have some children:
- -I have kids too:
- -I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/48/OtherChild.svelte b/packages/playground/big/src/pages/48/OtherChild.svelte deleted file mode 100644 index 9a803b575..000000000 --- a/packages/playground/big/src/pages/48/OtherChild.svelte +++ /dev/null @@ -1,11 +0,0 @@ -I am the other child.
-I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/48/index.svelte b/packages/playground/big/src/pages/48/index.svelte deleted file mode 100644 index 92fe10e39..000000000 --- a/packages/playground/big/src/pages/48/index.svelte +++ /dev/null @@ -1,29 +0,0 @@ - - -I am page 01.
- -I have some children:
- -I have kids too:
- -I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/49/OtherChild.svelte b/packages/playground/big/src/pages/49/OtherChild.svelte deleted file mode 100644 index 8cb6b096c..000000000 --- a/packages/playground/big/src/pages/49/OtherChild.svelte +++ /dev/null @@ -1,11 +0,0 @@ -I am the other child.
-I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/49/index.svelte b/packages/playground/big/src/pages/49/index.svelte deleted file mode 100644 index 241f3a606..000000000 --- a/packages/playground/big/src/pages/49/index.svelte +++ /dev/null @@ -1,29 +0,0 @@ - - -I am page 01.
- -I have some children:
- -I have kids too:
- -I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/50/OtherChild.svelte b/packages/playground/big/src/pages/50/OtherChild.svelte deleted file mode 100644 index 4db17e66f..000000000 --- a/packages/playground/big/src/pages/50/OtherChild.svelte +++ /dev/null @@ -1,11 +0,0 @@ -I am the other child.
-I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/50/index.svelte b/packages/playground/big/src/pages/50/index.svelte deleted file mode 100644 index d7847ff65..000000000 --- a/packages/playground/big/src/pages/50/index.svelte +++ /dev/null @@ -1,29 +0,0 @@ - - -I am page 01.
- -I have some children:
- -I have kids too:
- -I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/51/OtherChild.svelte b/packages/playground/big/src/pages/51/OtherChild.svelte deleted file mode 100644 index aedda853d..000000000 --- a/packages/playground/big/src/pages/51/OtherChild.svelte +++ /dev/null @@ -1,11 +0,0 @@ -I am the other child.
-I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/51/index.svelte b/packages/playground/big/src/pages/51/index.svelte deleted file mode 100644 index 9369a11f9..000000000 --- a/packages/playground/big/src/pages/51/index.svelte +++ /dev/null @@ -1,29 +0,0 @@ - - -I am page 01.
- -I have some children:
- -I have kids too:
- -I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/52/OtherChild.svelte b/packages/playground/big/src/pages/52/OtherChild.svelte deleted file mode 100644 index 45f6ea0e3..000000000 --- a/packages/playground/big/src/pages/52/OtherChild.svelte +++ /dev/null @@ -1,11 +0,0 @@ -I am the other child.
-I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/52/index.svelte b/packages/playground/big/src/pages/52/index.svelte deleted file mode 100644 index 4d84b1530..000000000 --- a/packages/playground/big/src/pages/52/index.svelte +++ /dev/null @@ -1,29 +0,0 @@ - - -I am page 01.
- -I have some children:
- -I have kids too:
- -I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/53/OtherChild.svelte b/packages/playground/big/src/pages/53/OtherChild.svelte deleted file mode 100644 index 73f7d4422..000000000 --- a/packages/playground/big/src/pages/53/OtherChild.svelte +++ /dev/null @@ -1,11 +0,0 @@ -I am the other child.
-I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/53/index.svelte b/packages/playground/big/src/pages/53/index.svelte deleted file mode 100644 index 90a4d3606..000000000 --- a/packages/playground/big/src/pages/53/index.svelte +++ /dev/null @@ -1,29 +0,0 @@ - - -I am page 01.
- -I have some children:
- -I have kids too:
- -I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/54/OtherChild.svelte b/packages/playground/big/src/pages/54/OtherChild.svelte deleted file mode 100644 index 257f617ce..000000000 --- a/packages/playground/big/src/pages/54/OtherChild.svelte +++ /dev/null @@ -1,11 +0,0 @@ -I am the other child.
-I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/54/index.svelte b/packages/playground/big/src/pages/54/index.svelte deleted file mode 100644 index e3f15e180..000000000 --- a/packages/playground/big/src/pages/54/index.svelte +++ /dev/null @@ -1,29 +0,0 @@ - - -I am page 01.
- -I have some children:
- -I have kids too:
- -I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/55/OtherChild.svelte b/packages/playground/big/src/pages/55/OtherChild.svelte deleted file mode 100644 index 5796b6419..000000000 --- a/packages/playground/big/src/pages/55/OtherChild.svelte +++ /dev/null @@ -1,11 +0,0 @@ -I am the other child.
-I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/55/index.svelte b/packages/playground/big/src/pages/55/index.svelte deleted file mode 100644 index 95c4c0862..000000000 --- a/packages/playground/big/src/pages/55/index.svelte +++ /dev/null @@ -1,29 +0,0 @@ - - -I am page 01.
- -I have some children:
- -I have kids too:
- -I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/56/OtherChild.svelte b/packages/playground/big/src/pages/56/OtherChild.svelte deleted file mode 100644 index a0b53783a..000000000 --- a/packages/playground/big/src/pages/56/OtherChild.svelte +++ /dev/null @@ -1,11 +0,0 @@ -I am the other child.
-I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/56/index.svelte b/packages/playground/big/src/pages/56/index.svelte deleted file mode 100644 index c850c4c24..000000000 --- a/packages/playground/big/src/pages/56/index.svelte +++ /dev/null @@ -1,29 +0,0 @@ - - -I am page 01.
- -I have some children:
- -I have kids too:
- -I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/57/OtherChild.svelte b/packages/playground/big/src/pages/57/OtherChild.svelte deleted file mode 100644 index cca9e6180..000000000 --- a/packages/playground/big/src/pages/57/OtherChild.svelte +++ /dev/null @@ -1,11 +0,0 @@ -I am the other child.
-I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/57/index.svelte b/packages/playground/big/src/pages/57/index.svelte deleted file mode 100644 index 6e0d626f8..000000000 --- a/packages/playground/big/src/pages/57/index.svelte +++ /dev/null @@ -1,29 +0,0 @@ - - -I am page 01.
- -I have some children:
- -I have kids too:
- -I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/58/OtherChild.svelte b/packages/playground/big/src/pages/58/OtherChild.svelte deleted file mode 100644 index 96403f3bb..000000000 --- a/packages/playground/big/src/pages/58/OtherChild.svelte +++ /dev/null @@ -1,11 +0,0 @@ -I am the other child.
-I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/58/index.svelte b/packages/playground/big/src/pages/58/index.svelte deleted file mode 100644 index a2a294d65..000000000 --- a/packages/playground/big/src/pages/58/index.svelte +++ /dev/null @@ -1,29 +0,0 @@ - - -I am page 01.
- -I have some children:
- -I have kids too:
- -I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/59/OtherChild.svelte b/packages/playground/big/src/pages/59/OtherChild.svelte deleted file mode 100644 index 95dbe0114..000000000 --- a/packages/playground/big/src/pages/59/OtherChild.svelte +++ /dev/null @@ -1,11 +0,0 @@ -I am the other child.
-I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/59/index.svelte b/packages/playground/big/src/pages/59/index.svelte deleted file mode 100644 index 46991d536..000000000 --- a/packages/playground/big/src/pages/59/index.svelte +++ /dev/null @@ -1,29 +0,0 @@ - - -I am page 01.
- -I have some children:
- -I have kids too:
- -I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/60/OtherChild.svelte b/packages/playground/big/src/pages/60/OtherChild.svelte deleted file mode 100644 index 909b0a90a..000000000 --- a/packages/playground/big/src/pages/60/OtherChild.svelte +++ /dev/null @@ -1,11 +0,0 @@ -I am the other child.
-I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/60/index.svelte b/packages/playground/big/src/pages/60/index.svelte deleted file mode 100644 index 38324a07a..000000000 --- a/packages/playground/big/src/pages/60/index.svelte +++ /dev/null @@ -1,29 +0,0 @@ - - -I am page 01.
- -I have some children:
- -I have kids too:
- -I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/61/OtherChild.svelte b/packages/playground/big/src/pages/61/OtherChild.svelte deleted file mode 100644 index 5636c0d3b..000000000 --- a/packages/playground/big/src/pages/61/OtherChild.svelte +++ /dev/null @@ -1,11 +0,0 @@ -I am the other child.
-I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/61/index.svelte b/packages/playground/big/src/pages/61/index.svelte deleted file mode 100644 index 3f137ad23..000000000 --- a/packages/playground/big/src/pages/61/index.svelte +++ /dev/null @@ -1,29 +0,0 @@ - - -I am page 01.
- -I have some children:
- -I have kids too:
- -I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/62/OtherChild.svelte b/packages/playground/big/src/pages/62/OtherChild.svelte deleted file mode 100644 index f7f13b8e3..000000000 --- a/packages/playground/big/src/pages/62/OtherChild.svelte +++ /dev/null @@ -1,11 +0,0 @@ -I am the other child.
-I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/62/index.svelte b/packages/playground/big/src/pages/62/index.svelte deleted file mode 100644 index 852869c45..000000000 --- a/packages/playground/big/src/pages/62/index.svelte +++ /dev/null @@ -1,29 +0,0 @@ - - -I am page 01.
- -I have some children:
- -I have kids too:
- -I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/63/OtherChild.svelte b/packages/playground/big/src/pages/63/OtherChild.svelte deleted file mode 100644 index 7252f248a..000000000 --- a/packages/playground/big/src/pages/63/OtherChild.svelte +++ /dev/null @@ -1,11 +0,0 @@ -I am the other child.
-I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/63/index.svelte b/packages/playground/big/src/pages/63/index.svelte deleted file mode 100644 index f9f119f98..000000000 --- a/packages/playground/big/src/pages/63/index.svelte +++ /dev/null @@ -1,29 +0,0 @@ - - -I am page 01.
- -I have some children:
- -I have kids too:
- -I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/64/OtherChild.svelte b/packages/playground/big/src/pages/64/OtherChild.svelte deleted file mode 100644 index dd9b141ab..000000000 --- a/packages/playground/big/src/pages/64/OtherChild.svelte +++ /dev/null @@ -1,11 +0,0 @@ -I am the other child.
-I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/64/index.svelte b/packages/playground/big/src/pages/64/index.svelte deleted file mode 100644 index 16c1f86ca..000000000 --- a/packages/playground/big/src/pages/64/index.svelte +++ /dev/null @@ -1,29 +0,0 @@ - - -I am page 01.
- -I have some children:
- -I have kids too:
- -I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/65/OtherChild.svelte b/packages/playground/big/src/pages/65/OtherChild.svelte deleted file mode 100644 index 4078b8389..000000000 --- a/packages/playground/big/src/pages/65/OtherChild.svelte +++ /dev/null @@ -1,11 +0,0 @@ -I am the other child.
-I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/65/index.svelte b/packages/playground/big/src/pages/65/index.svelte deleted file mode 100644 index a9dba0f71..000000000 --- a/packages/playground/big/src/pages/65/index.svelte +++ /dev/null @@ -1,29 +0,0 @@ - - -I am page 01.
- -I have some children:
- -I have kids too:
- -I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/66/OtherChild.svelte b/packages/playground/big/src/pages/66/OtherChild.svelte deleted file mode 100644 index 63426546e..000000000 --- a/packages/playground/big/src/pages/66/OtherChild.svelte +++ /dev/null @@ -1,11 +0,0 @@ -I am the other child.
-I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/66/index.svelte b/packages/playground/big/src/pages/66/index.svelte deleted file mode 100644 index 6ab032d5a..000000000 --- a/packages/playground/big/src/pages/66/index.svelte +++ /dev/null @@ -1,29 +0,0 @@ - - -I am page 01.
- -I have some children:
- -I have kids too:
- -I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/67/OtherChild.svelte b/packages/playground/big/src/pages/67/OtherChild.svelte deleted file mode 100644 index 8d85dd892..000000000 --- a/packages/playground/big/src/pages/67/OtherChild.svelte +++ /dev/null @@ -1,11 +0,0 @@ -I am the other child.
-I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/67/index.svelte b/packages/playground/big/src/pages/67/index.svelte deleted file mode 100644 index 8673cc6a5..000000000 --- a/packages/playground/big/src/pages/67/index.svelte +++ /dev/null @@ -1,29 +0,0 @@ - - -I am page 01.
- -I have some children:
- -I have kids too:
- -I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/68/OtherChild.svelte b/packages/playground/big/src/pages/68/OtherChild.svelte deleted file mode 100644 index 092d58a02..000000000 --- a/packages/playground/big/src/pages/68/OtherChild.svelte +++ /dev/null @@ -1,11 +0,0 @@ -I am the other child.
-I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/68/index.svelte b/packages/playground/big/src/pages/68/index.svelte deleted file mode 100644 index 9619805c8..000000000 --- a/packages/playground/big/src/pages/68/index.svelte +++ /dev/null @@ -1,29 +0,0 @@ - - -I am page 01.
- -I have some children:
- -I have kids too:
- -I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/69/OtherChild.svelte b/packages/playground/big/src/pages/69/OtherChild.svelte deleted file mode 100644 index 895dcc12f..000000000 --- a/packages/playground/big/src/pages/69/OtherChild.svelte +++ /dev/null @@ -1,11 +0,0 @@ -I am the other child.
-I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/69/index.svelte b/packages/playground/big/src/pages/69/index.svelte deleted file mode 100644 index d438ddbca..000000000 --- a/packages/playground/big/src/pages/69/index.svelte +++ /dev/null @@ -1,29 +0,0 @@ - - -I am page 01.
- -I have some children:
- -I have kids too:
- -I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/70/OtherChild.svelte b/packages/playground/big/src/pages/70/OtherChild.svelte deleted file mode 100644 index 9f9ed7a3b..000000000 --- a/packages/playground/big/src/pages/70/OtherChild.svelte +++ /dev/null @@ -1,11 +0,0 @@ -I am the other child.
-I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/70/index.svelte b/packages/playground/big/src/pages/70/index.svelte deleted file mode 100644 index 4e4adecec..000000000 --- a/packages/playground/big/src/pages/70/index.svelte +++ /dev/null @@ -1,29 +0,0 @@ - - -I am page 01.
- -I have some children:
- -I have kids too:
- -I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/71/OtherChild.svelte b/packages/playground/big/src/pages/71/OtherChild.svelte deleted file mode 100644 index c3999f6c9..000000000 --- a/packages/playground/big/src/pages/71/OtherChild.svelte +++ /dev/null @@ -1,11 +0,0 @@ -I am the other child.
-I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/71/index.svelte b/packages/playground/big/src/pages/71/index.svelte deleted file mode 100644 index e80f0a887..000000000 --- a/packages/playground/big/src/pages/71/index.svelte +++ /dev/null @@ -1,29 +0,0 @@ - - -I am page 01.
- -I have some children:
- -I have kids too:
- -I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/72/OtherChild.svelte b/packages/playground/big/src/pages/72/OtherChild.svelte deleted file mode 100644 index adbafe584..000000000 --- a/packages/playground/big/src/pages/72/OtherChild.svelte +++ /dev/null @@ -1,11 +0,0 @@ -I am the other child.
-I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/72/index.svelte b/packages/playground/big/src/pages/72/index.svelte deleted file mode 100644 index 2db7fd1b5..000000000 --- a/packages/playground/big/src/pages/72/index.svelte +++ /dev/null @@ -1,29 +0,0 @@ - - -I am page 01.
- -I have some children:
- -I have kids too:
- -I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/73/OtherChild.svelte b/packages/playground/big/src/pages/73/OtherChild.svelte deleted file mode 100644 index 83f4c3e8c..000000000 --- a/packages/playground/big/src/pages/73/OtherChild.svelte +++ /dev/null @@ -1,11 +0,0 @@ -I am the other child.
-I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/73/index.svelte b/packages/playground/big/src/pages/73/index.svelte deleted file mode 100644 index 20ed7bdf4..000000000 --- a/packages/playground/big/src/pages/73/index.svelte +++ /dev/null @@ -1,29 +0,0 @@ - - -I am page 01.
- -I have some children:
- -I have kids too:
- -I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/74/OtherChild.svelte b/packages/playground/big/src/pages/74/OtherChild.svelte deleted file mode 100644 index b7fce9202..000000000 --- a/packages/playground/big/src/pages/74/OtherChild.svelte +++ /dev/null @@ -1,11 +0,0 @@ -I am the other child.
-I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/74/index.svelte b/packages/playground/big/src/pages/74/index.svelte deleted file mode 100644 index 86e38c64e..000000000 --- a/packages/playground/big/src/pages/74/index.svelte +++ /dev/null @@ -1,29 +0,0 @@ - - -I am page 01.
- -I have some children:
- -I have kids too:
- -I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/75/OtherChild.svelte b/packages/playground/big/src/pages/75/OtherChild.svelte deleted file mode 100644 index ff4391110..000000000 --- a/packages/playground/big/src/pages/75/OtherChild.svelte +++ /dev/null @@ -1,11 +0,0 @@ -I am the other child.
-I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/75/index.svelte b/packages/playground/big/src/pages/75/index.svelte deleted file mode 100644 index 826f68447..000000000 --- a/packages/playground/big/src/pages/75/index.svelte +++ /dev/null @@ -1,29 +0,0 @@ - - -I am page 01.
- -I have some children:
- -I have kids too:
- -I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/76/OtherChild.svelte b/packages/playground/big/src/pages/76/OtherChild.svelte deleted file mode 100644 index c11835f7a..000000000 --- a/packages/playground/big/src/pages/76/OtherChild.svelte +++ /dev/null @@ -1,11 +0,0 @@ -I am the other child.
-I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/76/index.svelte b/packages/playground/big/src/pages/76/index.svelte deleted file mode 100644 index d1d584d7b..000000000 --- a/packages/playground/big/src/pages/76/index.svelte +++ /dev/null @@ -1,29 +0,0 @@ - - -I am page 01.
- -I have some children:
- -I have kids too:
- -I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/77/OtherChild.svelte b/packages/playground/big/src/pages/77/OtherChild.svelte deleted file mode 100644 index 93f8c9fed..000000000 --- a/packages/playground/big/src/pages/77/OtherChild.svelte +++ /dev/null @@ -1,11 +0,0 @@ -I am the other child.
-I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/77/index.svelte b/packages/playground/big/src/pages/77/index.svelte deleted file mode 100644 index bda4ccbec..000000000 --- a/packages/playground/big/src/pages/77/index.svelte +++ /dev/null @@ -1,29 +0,0 @@ - - -I am page 01.
- -I have some children:
- -I have kids too:
- -I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/78/OtherChild.svelte b/packages/playground/big/src/pages/78/OtherChild.svelte deleted file mode 100644 index fabaafb1b..000000000 --- a/packages/playground/big/src/pages/78/OtherChild.svelte +++ /dev/null @@ -1,11 +0,0 @@ -I am the other child.
-I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/78/index.svelte b/packages/playground/big/src/pages/78/index.svelte deleted file mode 100644 index 204b6cc90..000000000 --- a/packages/playground/big/src/pages/78/index.svelte +++ /dev/null @@ -1,29 +0,0 @@ - - -I am page 01.
- -I have some children:
- -I have kids too:
- -I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/79/OtherChild.svelte b/packages/playground/big/src/pages/79/OtherChild.svelte deleted file mode 100644 index daecaf3c4..000000000 --- a/packages/playground/big/src/pages/79/OtherChild.svelte +++ /dev/null @@ -1,11 +0,0 @@ -I am the other child.
-I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/79/index.svelte b/packages/playground/big/src/pages/79/index.svelte deleted file mode 100644 index c05c00bc0..000000000 --- a/packages/playground/big/src/pages/79/index.svelte +++ /dev/null @@ -1,29 +0,0 @@ - - -I am page 01.
- -I have some children:
- -I have kids too:
- -I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/80/OtherChild.svelte b/packages/playground/big/src/pages/80/OtherChild.svelte deleted file mode 100644 index b9e1843d6..000000000 --- a/packages/playground/big/src/pages/80/OtherChild.svelte +++ /dev/null @@ -1,11 +0,0 @@ -I am the other child.
-I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/80/index.svelte b/packages/playground/big/src/pages/80/index.svelte deleted file mode 100644 index 680c45e18..000000000 --- a/packages/playground/big/src/pages/80/index.svelte +++ /dev/null @@ -1,29 +0,0 @@ - - -I am page 01.
- -I have some children:
- -I have kids too:
- -I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/81/OtherChild.svelte b/packages/playground/big/src/pages/81/OtherChild.svelte deleted file mode 100644 index e1f5d1217..000000000 --- a/packages/playground/big/src/pages/81/OtherChild.svelte +++ /dev/null @@ -1,11 +0,0 @@ -I am the other child.
-I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/81/index.svelte b/packages/playground/big/src/pages/81/index.svelte deleted file mode 100644 index 4f1852597..000000000 --- a/packages/playground/big/src/pages/81/index.svelte +++ /dev/null @@ -1,29 +0,0 @@ - - -I am page 01.
- -I have some children:
- -I have kids too:
- -I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/82/OtherChild.svelte b/packages/playground/big/src/pages/82/OtherChild.svelte deleted file mode 100644 index 2f7582aed..000000000 --- a/packages/playground/big/src/pages/82/OtherChild.svelte +++ /dev/null @@ -1,11 +0,0 @@ -I am the other child.
-I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/82/index.svelte b/packages/playground/big/src/pages/82/index.svelte deleted file mode 100644 index 61cfdbe37..000000000 --- a/packages/playground/big/src/pages/82/index.svelte +++ /dev/null @@ -1,29 +0,0 @@ - - -I am page 01.
- -I have some children:
- -I have kids too:
- -I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/83/OtherChild.svelte b/packages/playground/big/src/pages/83/OtherChild.svelte deleted file mode 100644 index 45dcefc17..000000000 --- a/packages/playground/big/src/pages/83/OtherChild.svelte +++ /dev/null @@ -1,11 +0,0 @@ -I am the other child.
-I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/83/index.svelte b/packages/playground/big/src/pages/83/index.svelte deleted file mode 100644 index 74355f812..000000000 --- a/packages/playground/big/src/pages/83/index.svelte +++ /dev/null @@ -1,29 +0,0 @@ - - -I am page 01.
- -I have some children:
- -I have kids too:
- -I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/84/OtherChild.svelte b/packages/playground/big/src/pages/84/OtherChild.svelte deleted file mode 100644 index aa3dfcbc8..000000000 --- a/packages/playground/big/src/pages/84/OtherChild.svelte +++ /dev/null @@ -1,11 +0,0 @@ -I am the other child.
-I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/84/index.svelte b/packages/playground/big/src/pages/84/index.svelte deleted file mode 100644 index a7a499521..000000000 --- a/packages/playground/big/src/pages/84/index.svelte +++ /dev/null @@ -1,29 +0,0 @@ - - -I am page 01.
- -I have some children:
- -I have kids too:
- -I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/85/OtherChild.svelte b/packages/playground/big/src/pages/85/OtherChild.svelte deleted file mode 100644 index 2ea1d82f4..000000000 --- a/packages/playground/big/src/pages/85/OtherChild.svelte +++ /dev/null @@ -1,11 +0,0 @@ -I am the other child.
-I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/85/index.svelte b/packages/playground/big/src/pages/85/index.svelte deleted file mode 100644 index 8edb05444..000000000 --- a/packages/playground/big/src/pages/85/index.svelte +++ /dev/null @@ -1,29 +0,0 @@ - - -I am page 01.
- -I have some children:
- -I have kids too:
- -I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/86/OtherChild.svelte b/packages/playground/big/src/pages/86/OtherChild.svelte deleted file mode 100644 index 3b2f012a7..000000000 --- a/packages/playground/big/src/pages/86/OtherChild.svelte +++ /dev/null @@ -1,11 +0,0 @@ -I am the other child.
-I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/86/index.svelte b/packages/playground/big/src/pages/86/index.svelte deleted file mode 100644 index a22f3cadf..000000000 --- a/packages/playground/big/src/pages/86/index.svelte +++ /dev/null @@ -1,29 +0,0 @@ - - -I am page 01.
- -I have some children:
- -I have kids too:
- -I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/87/OtherChild.svelte b/packages/playground/big/src/pages/87/OtherChild.svelte deleted file mode 100644 index e3309449a..000000000 --- a/packages/playground/big/src/pages/87/OtherChild.svelte +++ /dev/null @@ -1,11 +0,0 @@ -I am the other child.
-I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/87/index.svelte b/packages/playground/big/src/pages/87/index.svelte deleted file mode 100644 index 0dcfa2846..000000000 --- a/packages/playground/big/src/pages/87/index.svelte +++ /dev/null @@ -1,29 +0,0 @@ - - -I am page 01.
- -I have some children:
- -I have kids too:
- -I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/88/OtherChild.svelte b/packages/playground/big/src/pages/88/OtherChild.svelte deleted file mode 100644 index 677e9bcf5..000000000 --- a/packages/playground/big/src/pages/88/OtherChild.svelte +++ /dev/null @@ -1,11 +0,0 @@ -I am the other child.
-I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/88/index.svelte b/packages/playground/big/src/pages/88/index.svelte deleted file mode 100644 index 11d9b9b8f..000000000 --- a/packages/playground/big/src/pages/88/index.svelte +++ /dev/null @@ -1,29 +0,0 @@ - - -I am page 01.
- -I have some children:
- -I have kids too:
- -I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/89/OtherChild.svelte b/packages/playground/big/src/pages/89/OtherChild.svelte deleted file mode 100644 index de405c13c..000000000 --- a/packages/playground/big/src/pages/89/OtherChild.svelte +++ /dev/null @@ -1,11 +0,0 @@ -I am the other child.
-I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/89/index.svelte b/packages/playground/big/src/pages/89/index.svelte deleted file mode 100644 index fc3e6ca5e..000000000 --- a/packages/playground/big/src/pages/89/index.svelte +++ /dev/null @@ -1,29 +0,0 @@ - - -I am page 01.
- -I have some children:
- -I have kids too:
- -I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/90/OtherChild.svelte b/packages/playground/big/src/pages/90/OtherChild.svelte deleted file mode 100644 index accaffda6..000000000 --- a/packages/playground/big/src/pages/90/OtherChild.svelte +++ /dev/null @@ -1,11 +0,0 @@ -I am the other child.
-I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/90/index.svelte b/packages/playground/big/src/pages/90/index.svelte deleted file mode 100644 index df14f7ac9..000000000 --- a/packages/playground/big/src/pages/90/index.svelte +++ /dev/null @@ -1,29 +0,0 @@ - - -I am page 01.
- -I have some children:
- -I have kids too:
- -I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/91/OtherChild.svelte b/packages/playground/big/src/pages/91/OtherChild.svelte deleted file mode 100644 index 7e0ef7799..000000000 --- a/packages/playground/big/src/pages/91/OtherChild.svelte +++ /dev/null @@ -1,11 +0,0 @@ -I am the other child.
-I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/91/index.svelte b/packages/playground/big/src/pages/91/index.svelte deleted file mode 100644 index 74521db8e..000000000 --- a/packages/playground/big/src/pages/91/index.svelte +++ /dev/null @@ -1,29 +0,0 @@ - - -I am page 01.
- -I have some children:
- -I have kids too:
- -I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/92/OtherChild.svelte b/packages/playground/big/src/pages/92/OtherChild.svelte deleted file mode 100644 index 0a7048cff..000000000 --- a/packages/playground/big/src/pages/92/OtherChild.svelte +++ /dev/null @@ -1,11 +0,0 @@ -I am the other child.
-I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/92/index.svelte b/packages/playground/big/src/pages/92/index.svelte deleted file mode 100644 index cab60f766..000000000 --- a/packages/playground/big/src/pages/92/index.svelte +++ /dev/null @@ -1,29 +0,0 @@ - - -I am page 01.
- -I have some children:
- -I have kids too:
- -I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/93/OtherChild.svelte b/packages/playground/big/src/pages/93/OtherChild.svelte deleted file mode 100644 index 3eae659ea..000000000 --- a/packages/playground/big/src/pages/93/OtherChild.svelte +++ /dev/null @@ -1,11 +0,0 @@ -I am the other child.
-I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/93/index.svelte b/packages/playground/big/src/pages/93/index.svelte deleted file mode 100644 index 6963c2b23..000000000 --- a/packages/playground/big/src/pages/93/index.svelte +++ /dev/null @@ -1,29 +0,0 @@ - - -I am page 01.
- -I have some children:
- -I have kids too:
- -I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/94/OtherChild.svelte b/packages/playground/big/src/pages/94/OtherChild.svelte deleted file mode 100644 index 6858572a4..000000000 --- a/packages/playground/big/src/pages/94/OtherChild.svelte +++ /dev/null @@ -1,11 +0,0 @@ -I am the other child.
-I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/94/index.svelte b/packages/playground/big/src/pages/94/index.svelte deleted file mode 100644 index 290550d74..000000000 --- a/packages/playground/big/src/pages/94/index.svelte +++ /dev/null @@ -1,29 +0,0 @@ - - -I am page 01.
- -I have some children:
- -I have kids too:
- -I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/95/OtherChild.svelte b/packages/playground/big/src/pages/95/OtherChild.svelte deleted file mode 100644 index 2caa26382..000000000 --- a/packages/playground/big/src/pages/95/OtherChild.svelte +++ /dev/null @@ -1,11 +0,0 @@ -I am the other child.
-I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/95/index.svelte b/packages/playground/big/src/pages/95/index.svelte deleted file mode 100644 index f6ba0dc55..000000000 --- a/packages/playground/big/src/pages/95/index.svelte +++ /dev/null @@ -1,29 +0,0 @@ - - -I am page 01.
- -I have some children:
- -I have kids too:
- -I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/96/OtherChild.svelte b/packages/playground/big/src/pages/96/OtherChild.svelte deleted file mode 100644 index eb03d19a8..000000000 --- a/packages/playground/big/src/pages/96/OtherChild.svelte +++ /dev/null @@ -1,11 +0,0 @@ -I am the other child.
-I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/96/index.svelte b/packages/playground/big/src/pages/96/index.svelte deleted file mode 100644 index 6ff1f40d7..000000000 --- a/packages/playground/big/src/pages/96/index.svelte +++ /dev/null @@ -1,29 +0,0 @@ - - -I am page 01.
- -I have some children:
- -I have kids too:
- -I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/97/OtherChild.svelte b/packages/playground/big/src/pages/97/OtherChild.svelte deleted file mode 100644 index 4f48a7af8..000000000 --- a/packages/playground/big/src/pages/97/OtherChild.svelte +++ /dev/null @@ -1,11 +0,0 @@ -I am the other child.
-I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/97/index.svelte b/packages/playground/big/src/pages/97/index.svelte deleted file mode 100644 index 37127ca27..000000000 --- a/packages/playground/big/src/pages/97/index.svelte +++ /dev/null @@ -1,29 +0,0 @@ - - -I am page 01.
- -I have some children:
- -I have kids too:
- -I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/98/OtherChild.svelte b/packages/playground/big/src/pages/98/OtherChild.svelte deleted file mode 100644 index 86ed32f63..000000000 --- a/packages/playground/big/src/pages/98/OtherChild.svelte +++ /dev/null @@ -1,11 +0,0 @@ -I am the other child.
-I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/98/index.svelte b/packages/playground/big/src/pages/98/index.svelte deleted file mode 100644 index e1733ddd1..000000000 --- a/packages/playground/big/src/pages/98/index.svelte +++ /dev/null @@ -1,29 +0,0 @@ - - -I am page 01.
- -I have some children:
- -I have kids too:
- -I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/99/OtherChild.svelte b/packages/playground/big/src/pages/99/OtherChild.svelte deleted file mode 100644 index b92237c75..000000000 --- a/packages/playground/big/src/pages/99/OtherChild.svelte +++ /dev/null @@ -1,11 +0,0 @@ -I am the other child.
-I am the child of Child.
- - diff --git a/packages/playground/big/src/pages/99/index.svelte b/packages/playground/big/src/pages/99/index.svelte deleted file mode 100644 index 0574d0350..000000000 --- a/packages/playground/big/src/pages/99/index.svelte +++ /dev/null @@ -1,29 +0,0 @@ - - -I am page 01.
- -I have some children:
- -- This is a SvelteKit app. You can make your own by typing the - following into your command line and following the prompts: -
- -npm create svelte@latest- -
- The page you're looking at is purely static HTML, with no client-side interactivity needed. - Because of that, we don't need to load any JavaScript. Try viewing the page's source, or opening - the devtools network panel and reloading. -
- -- The Sverdle page illustrates SvelteKit's data loading and form handling. Try - using it with JavaScript disabled! -
-- Sverdle is a clone of Wordle, the - word guessing game. To play, enter a five-letter English word. For example: -
- -- The y is in the right place. r and - t - are the right letters, but in the wrong place. The other letters are wrong, and can be discarded. - Let's make another guess: -
- -This time we guessed right! You have six guesses to get the word.
- -
- Unlike the original Wordle, Sverdle runs on the server instead of in the browser, making it
- impossible to cheat. It uses <form> and cookies to submit data, meaning you can
- even play with JavaScript disabled!
-
- $router: {JSON.stringify($router, null, 2)}
-
diff --git a/packages/playground/optimizedeps-include/src/main.js b/packages/playground/optimizedeps-include/src/main.js
deleted file mode 100644
index 448d14965..000000000
--- a/packages/playground/optimizedeps-include/src/main.js
+++ /dev/null
@@ -1,7 +0,0 @@
-import App from './App.svelte';
-
-const app = new App({
- target: document.getElementById('app')
-});
-
-export default app;
diff --git a/packages/playground/optimizedeps-include/src/vite-env.d.ts b/packages/playground/optimizedeps-include/src/vite-env.d.ts
deleted file mode 100644
index 4078e7476..000000000
--- a/packages/playground/optimizedeps-include/src/vite-env.d.ts
+++ /dev/null
@@ -1,2 +0,0 @@
-///