Anki/ts/svelte
2021-03-20 23:49:10 +10:00
..
BUILD.bazel convert svelte worker to ts 2021-03-20 23:13:27 +10:00
README.md vendor Svelte rules 2021-03-20 15:04:19 +10:00
svelte.bzl switch Svelte compilation to worker model 2021-03-20 22:52:35 +10:00
svelte.ts use ts language service for much faster Svelte compiles 2021-03-20 23:49:10 +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.