anki/ts/lib
Henrik Giesel 1d72599a37 Rename anki/ to lib/ for export
import _ from "anki/x";

will become

import _ from "lib/x";

to fit the directory name.
2021-04-23 10:02:28 +10:00
..
bridgecommand.ts Add bridgeCommand helper function 2021-01-26 01:25:54 +01:00
BUILD.bazel Rename anki/ to lib/ for export 2021-04-23 10:02:28 +10:00
cards.ts Add gatherByQueue and gatherByCtype methods 2021-01-04 14:04:51 +01:00
genfluent.py run black/isort on Python scripts 2021-04-14 18:22:02 +10:00
i18n_helpers.ts allow js to request specific i18n modules 2021-03-26 21:43:36 +10:00
nightmode.ts initial Bazel conversion 2020-11-01 14:26:58 +10:00
postrequest.ts allow postrequest to send a binary body; fix WithGraphData 2021-04-20 17:47:52 +10:00
proto.bzl initial Bazel conversion 2020-11-01 14:26:58 +10:00
shortcuts.ts Prefer optionalModifiers over register multiple shortcuts 2021-04-22 18:15:25 +02:00
time.test.ts add missing copyright headers to *.ts 2021-04-13 18:57:08 +10:00
time.ts add naturalWholeUnit() and basic tests to lib/time.ts 2021-04-12 14:42:06 +10:00
typing.ts add missing copyright headers to *.ts 2021-04-13 18:57:08 +10:00