anki/ts/svelte
Damien Elmes 220e14bf0f disable broken svelte_check test on Windows for now
Likely caused by a lack of sandboxing on Windows, causing the generated
.d.ts files to be visible to svelte_check, and being picked up in
preference over the .svelte file.
2021-05-08 12:15:49 +10:00
..
BUILD.bazel bundle all Svelte css into separate file 2021-03-21 16:06:36 +10:00
README.md vendor Svelte rules 2021-03-20 15:04:19 +10:00
svelte.bzl disable broken svelte_check test on Windows for now 2021-05-08 12:15:49 +10:00
svelte.ts fix properties missing from generated Svelte .d.ts files 2021-05-04 18:55:58 +10:00

Originally forked from https://github.com/thelgevold/rules_svelte (MIT) into https://github.com/ankitects/rules_svelte, and modified to generate TypeScript definitions in addition to mjs files. The parts we need are now integrated into this repo, so we can modify them more easily.