anki/ts/svelte
Damien Elmes 2658d9992e fixes for Svelte compilation
- enable resolver patch on worker binary to ensure js imports work
on subsequent worker requests
- cache ts library content, and use unified interface for cache
- prepare for separate css outputs
2021-03-21 16:05:46 +10:00
..
BUILD.bazel fixes for Svelte compilation 2021-03-21 16:05:46 +10:00
README.md vendor Svelte rules 2021-03-20 15:04:19 +10:00
svelte.bzl avoid temporary .ts file due to lack of sandbox on Windows 2021-03-21 00:17:09 +10:00
svelte.ts fixes for Svelte compilation 2021-03-21 16:05:46 +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.