Anki/ts/svelte
Damien Elmes e0b85865f4 avoid temporary .ts file due to lack of sandbox on Windows
Just a quick hack for now to store it in memory, as the temp file
conflicts on Windows due to the lack of a sandbox, and we don't really
have a need to write it to the filesystem anyway.
2021-03-21 00:17:09 +10:00
..
BUILD.bazel convert svelte worker to ts 2021-03-20 23:13:27 +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 avoid temporary .ts file due to lack of sandbox on Windows 2021-03-21 00:17:09 +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.