Anki/ts
Damien Elmes 4ac9ad1407 show actual error when graphData fails
The original reason for the catch-all message was users with bad
data such as decimal intervals, but those get automatically coerced
these days. The common case should now be invalid search strings, which
we can show verbatim.
2021-01-29 14:39:05 +10:00
..
congrats
graphs show actual error when graphData fails 2021-01-29 14:39:05 +10:00
lib show actual error when graphData fails 2021-01-29 14:39:05 +10:00
patches
sass
.eslintrc.js
.gitignore
.prettierignore
.prettierrc
add.sh
BUILD.bazel
copy.bzl
eslint.bzl
format.sh
licenses.json
package.json
prettier.bzl
README.md
rollup.config.js
sql_format.bzl
sql_format.ts
svelte.bzl
tsconfig.json Add PreferenceStore with gettable/settable preferences 2021-01-22 13:14:33 +01:00
update-licenses.sh
update.sh
vendor.bzl
yarn.lock

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