mirror of
https://github.com/ankitects/anki.git
synced 2025-11-07 05:07:10 -05:00
based on changes from upstream rules_svelte Their code was using run_node() instead of ctx.actions.run(), which seems to create a new worker for every CPU core, instead of respecting the standard limit of 4. |
||
|---|---|---|
| .. | ||
| 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.