anki/ts/deckconfig
Damien Elmes 377ba1471e support es6 imports in Jest tests
Switching to lodash-es caused Jest to fail. The standard Jest workflow
would be to transpile things with Bazel, but we can do it faster by
bundling with esbuild.

the log in lib.test.ts has revealed numbers are being set as Long instead
of JS numbers, and the published workaround for it is not working :-(
2021-04-17 16:38:45 +10:00
..
BUILD.bazel support es6 imports in Jest tests 2021-04-17 16:38:45 +10:00
CheckBox.svelte deck config prototype work in progress 2021-04-14 22:33:10 +10:00
ConfigEditor.svelte more experimental updates to deck config screen 2021-04-16 23:29:21 +10:00
ConfigEntry.svelte deck config prototype work in progress 2021-04-14 22:33:10 +10:00
ConfigSelector.svelte fix parent limit handling 2021-04-17 12:53:59 +10:00
deckconfig-base.scss more experimental updates to deck config screen 2021-04-16 23:29:21 +10:00
deckconfig.html deck config prototype work in progress 2021-04-14 22:33:10 +10:00
DeckConfigPage.svelte fix parent limit handling 2021-04-17 12:53:59 +10:00
EnumSelector.svelte deck config prototype work in progress 2021-04-14 22:33:10 +10:00
events.ts deck config prototype work in progress 2021-04-14 22:33:10 +10:00
GeneralOptions.svelte more experimental updates to deck config screen 2021-04-16 23:29:21 +10:00
icons.ts deck config prototype work in progress 2021-04-14 22:33:10 +10:00
index.ts more experimental updates to deck config screen 2021-04-16 23:29:21 +10:00
LapseOptions.svelte more experimental updates to deck config screen 2021-04-16 23:29:21 +10:00
lib.test.ts support es6 imports in Jest tests 2021-04-17 16:38:45 +10:00
lib.ts support es6 imports in Jest tests 2021-04-17 16:38:45 +10:00
NewOptions.svelte fix parent limit handling 2021-04-17 12:53:59 +10:00
OptionsDropdown.svelte more experimental updates to deck config screen 2021-04-16 23:29:21 +10:00
RevertIcon.svelte deck config prototype work in progress 2021-04-14 22:33:10 +10:00
ReviewOptions.svelte more experimental updates to deck config screen 2021-04-16 23:29:21 +10:00
SpinBox.svelte deck config prototype work in progress 2021-04-14 22:33:10 +10:00
SpinBoxFloat.svelte deck config prototype work in progress 2021-04-14 22:33:10 +10:00
steps.test.ts deck config prototype work in progress 2021-04-14 22:33:10 +10:00
steps.ts deck config prototype work in progress 2021-04-14 22:33:10 +10:00
StepsInput.svelte deck config prototype work in progress 2021-04-14 22:33:10 +10:00
TextInputModal.svelte more experimental updates to deck config screen 2021-04-16 23:29:21 +10:00
textInputModal.ts more experimental updates to deck config screen 2021-04-16 23:29:21 +10:00