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 |
||
---|---|---|
.. | ||
change-notetype | ||
components | ||
congrats | ||
deck-options | ||
editable | ||
editor | ||
graphs | ||
html-filter | ||
lib | ||
patches | ||
reviewer | ||
sass | ||
svelte | ||
sveltelib | ||
.eslintrc.js | ||
.gitignore | ||
.prettierignore | ||
.prettierrc | ||
BUILD.bazel | ||
compile_sass.bzl | ||
copy.bzl | ||
esbuild.bzl | ||
eslint.bzl | ||
format.sh | ||
images.d.ts | ||
jest.bzl | ||
jest.config.js | ||
licenses.json | ||
package.json | ||
prettier.bzl | ||
protobuf-no-long.js | ||
protobuf.bzl | ||
README.md | ||
sql_format.bzl | ||
sql_format.ts | ||
tsconfig.json | ||
update-licenses.sh | ||
update.sh | ||
vendor.bzl | ||
yarn.lock | ||
yarn.sh |
Anki's TypeScript and Sass dependencies. Some TS/JS code is also stored separately in ../qt/aqt/data/web/.
To update all dependencies:
./update.sh
To add a new dev dependency, use something like:
./add.sh -D @rollup/plugin-alias