Anki/ts/svelte
Damien Elmes 0cc06ad03b switch Svelte compilation to worker model
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.
2021-03-20 22:52:35 +10:00
..
BUILD.bazel switch Svelte compilation to worker model 2021-03-20 22:52:35 +10:00
README.md vendor Svelte rules 2021-03-20 15:04:19 +10:00
svelte.bzl switch Svelte compilation to worker model 2021-03-20 22:52:35 +10:00
svelte.js switch Svelte compilation to worker model 2021-03-20 22:52:35 +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.