anki/ts/svelte
Damien Elmes 372a28be29 rename workspace
I'd forgotten that Bazel "helpfully" adds __init__.py files into folders
that match the workspace name, breaking imports.
2021-07-10 23:58:53 +10:00
..
BUILD.bazel bundle all Svelte css into separate file 2021-03-21 16:06:36 +10:00
README.md vendor Svelte rules 2021-03-20 15:04:19 +10:00
svelte.bzl refactor protobuf handling for split/import 2021-07-10 19:17:05 +10:00
svelte.ts rename workspace 2021-07-10 23:58:53 +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.