mirror of
https://github.com/ankitects/anki.git
synced 2025-11-10 06:37:12 -05:00
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. |
||
|---|---|---|
| .. | ||
| BUILD.bazel | ||
| README.md | ||
| svelte.bzl | ||
| svelte.js | ||
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.