Anki/ts/svelte
Damien Elmes e60eb27184 update Svelte and fix Windows build
Svelte 3.25.0 and onwards bundle compiler.mjs, which seems to be
preferentially used over the .js file. Presumably this is only breaking
on Windows due to the lack of a sandbox. Resolve by explicitly requesting
the .js file.
2021-03-20 16:13:20 +10:00
..
BUILD.bazel vendor Svelte rules 2021-03-20 15:04:19 +10:00
README.md vendor Svelte rules 2021-03-20 15:04:19 +10:00
svelte.bzl vendor Svelte rules 2021-03-20 15:04:19 +10:00
svelte.js update Svelte and fix Windows build 2021-03-20 16:13:20 +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.