anki/ts/svelte
Damien Elmes 84021976d5 speed up Svelte compile
Approx 27s -> 16s when rebuilding editor after making a change to
lib. Still slower than I'd like.
2021-11-04 15:18:28 +10:00
..
BUILD.bazel drop ts_library() requirement in ts/svelte 2021-10-18 13:00:55 +10:00
README.md vendor Svelte rules 2021-03-20 15:04:19 +10:00
svelte.bzl allow passing npm repo name in compile_svelte() 2021-10-31 18:10:11 +10:00
svelte.ts speed up Svelte compile 2021-11-04 15:18:28 +10:00
tsconfig.json Use trailingComma: all setting in .prettierrc (#1435) 2021-10-19 09:06:00 +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.