94c4f99343
typescript and bootstrap have been pinned for now: https://github.com/ankitects/anki/issues/1386 https://github.com/ankitects/anki/issues/1385 hint failures for svelte-check have also been temporarily turned off, due to it now complaining about document.execCommand(): Hint: The signature '(commandId: string, showUI?: boolean, value?: string): boolean' of 'document.execCommand' is deprecated. (ts) const wrapWithForecolor = (color: string) => () => { document.execCommand("forecolor", false, color); }; Will follow up in #1377 |
||
---|---|---|
.. | ||
BUILD.bazel | ||
README.md | ||
svelte.bzl | ||
svelte.ts |
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.