mirror of
https://github.com/sveltejs/svelte.git
synced 2024-11-28 16:12:17 +01:00
3df9d8466f
- shard runtime tests for better use of Vite's test parallelization - merge custom element and other browser tests to run in one test suite and use esbuild in it - on some setups only generate code output when test fails
26 lines
300 B
Plaintext
26 lines
300 B
Plaintext
.idea
|
|
.DS_Store
|
|
.vscode
|
|
node_modules
|
|
*.map
|
|
/src/compiler/compile/internal_exports.js
|
|
/compiler.d.ts
|
|
/compiler.*js
|
|
/index.*js
|
|
/ssr.*js
|
|
/action
|
|
/internal
|
|
/store
|
|
/easing
|
|
/motion
|
|
/transition
|
|
/animate
|
|
/scratch/
|
|
/test/*/samples/_
|
|
/test/runtime/shards
|
|
/yarn-error.log
|
|
_actual*.*
|
|
_output
|
|
/types
|
|
.eslintcache
|