Anki/ts/svelte
Damien Elmes 5403f704d0 ESM import issue on Windows came back again
Not sure if I just missed this in the previous change, or whether
the patch_resolver change broke things again.

Previous issue:
e60eb27184
2021-03-21 16:06:07 +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 output embedded Svelte css into separate .css file for bundling 2021-03-21 16:06:01 +10:00
svelte.ts ESM import issue on Windows came back again 2021-03-21 16:06:07 +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.