anki/ts
Damien Elmes e387c1f6f1 mobile fixes for js field
Without the overflow change, the page viewport gets messed up.
And for some reason specifying the font size as 1rem does not work;
it needs to be explicitly set to 16px to prevent zoom in.
2021-06-24 18:06:22 +10:00
..
ChangeNotetype Update NotetypeSelector to use Item instead of ButtonToolbarItem 2021-06-21 17:02:48 +02:00
components Make gear button show dropdown menu 2021-06-21 20:24:15 +02:00
congrats in/out -> request/response 2021-06-20 15:49:20 +10:00
deckoptions mobile fixes for js field 2021-06-24 18:06:22 +10:00
editor Adapt use of createDropdown for editor buttons 2021-06-22 17:31:06 +02:00
graphs in/out -> request/response 2021-06-20 15:49:20 +10:00
html-filter support jsdom tests 2021-06-19 09:43:09 +10:00
lib specific encoding of strings.json 2021-06-11 20:12:38 +10:00
reviewer support card state mutator in test scheduler 2021-05-17 16:59:02 +10:00
sass Add night_mode_lib as SCSS target 2021-06-21 21:44:23 +02:00
svelte add a hack to handle sass resolution in svelte in external workspace 2021-05-20 15:32:06 +10:00
sveltelib update ts deps 2021-05-26 09:37:40 +10:00
.eslintrc.js remove nested terneries and enable lint 2021-04-23 13:00:18 +10:00
.gitignore Update eslint to 4.22.0 2021-04-22 19:19:39 +02:00
.prettierignore run prettier on some sass files 2021-04-14 18:22:33 +10:00
.prettierrc initial Bazel conversion 2020-11-01 14:26:58 +10:00
BUILD.bazel add a hack to avoid Long.js in Jest tests 2021-04-17 17:05:48 +10:00
compile_sass.bzl Include editor-toolbar as a library in editor 2021-04-20 13:44:44 +02:00
copy.bzl include sourcemaps for pages/* in dev builds 2021-04-20 17:33:46 +10:00
esbuild.bzl move esbuild into separate repo 2021-04-15 10:53:49 +10:00
eslint.bzl initial Bazel conversion 2020-11-01 14:26:58 +10:00
format.sh make 'bazel run ts:format' work 2020-11-12 20:49:00 +10:00
images.d.ts define file extension in .d.ts so typescript doesn't complain 2021-03-28 16:15:28 +02:00
jest.bzl support jsdom tests 2021-06-19 09:43:09 +10:00
jest.config.js fix jest 2021-04-12 09:43:31 +10:00
licenses.json Display CodeMirror in editingArea 2021-06-17 14:44:03 +02:00
package.json Display CodeMirror in editingArea 2021-06-17 14:44:03 +02:00
prettier.bzl make 'bazel run ts:format' work 2020-11-12 20:49:00 +10:00
protobuf-no-long.js add a hack to avoid Long.js in Jest tests 2021-04-17 17:05:48 +10:00
protobuf-shim.js switch from rollup to esbuild 2021-03-21 16:06:36 +10:00
protobuf.bzl force number in protobuf generation 2021-04-12 14:33:20 +10:00
README.md add add.sh helper for adding dependency and updating licenses 2020-12-31 12:20:51 +10:00
sql_format.bzl move exports_files call into ts/BUILD.bazel 2021-01-09 18:03:26 +10:00
sql_format.ts Import createPatch in ts/sql_format directly 2021-04-22 18:43:35 +02:00
tsconfig.json Fix remaining errors in editor/*.svelte files 2021-05-07 15:10:28 +02:00
update-licenses.sh add add.sh helper for adding dependency and updating licenses 2020-12-31 12:20:51 +10:00
update.sh add add.sh helper for adding dependency and updating licenses 2020-12-31 12:20:51 +10:00
vendor.bzl Make mdi also use renamed pkg_from_name 2021-04-15 13:09:50 +02:00
yarn.lock Display CodeMirror in editingArea 2021-06-17 14:44:03 +02:00
yarn.sh Replace individual d3 libraries with encompassing d3 2021-01-30 00:00:22 +01:00

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