Anki/ts/svelte
Damien Elmes 79ceb89637 svelte needs its shims to generate prop typing
I erroneously removed them near the end of the ts_project work, and
didn't realise the properties had broken.
2021-10-07 21:33:21 +10:00
..
BUILD.bazel update to latest rules_nodejs & switch to ts_project 2021-10-01 12:52:53 +10:00
README.md vendor Svelte rules 2021-03-20 15:04:19 +10:00
svelte.bzl svelte needs its shims to generate prop typing 2021-10-07 21:33:21 +10:00
svelte.ts svelte needs its shims to generate prop typing 2021-10-07 21:33:21 +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.