Damien Elmes
|
b2049209ff
|
Re-enable formatting for .ts files
There are some style differences compared to prettier, and not all are
necessarily an improvement, but it's much faster now.
|
2022-11-28 09:33:04 +10:00 |
|
Damien Elmes
|
8b53b2210d
|
With the new duplicate appearance, excluding the bg color becomes viable
https://forums.ankiweb.net/t/incorrect-text-formatting-copied/24060
|
2022-10-24 09:26:02 +10:00 |
|
Damien Elmes
|
0809812c1d
|
Preserve background-color when pasting external content in light mode
Closes #1964
|
2022-08-19 12:31:26 +10:00 |
|
Henrik Giesel
|
297150a1b6
|
Cannot create Jest jsdom tests (?)
|
2021-06-18 20:41:54 +02:00 |
|
Damien Elmes
|
e520e8df02
|
add missing copyright headers to *.ts
|
2021-04-13 18:57:08 +10:00 |
|
Damien Elmes
|
c891f45ed9
|
add Jest for TS unit tests
@hgiesel the reason no files were being found is because Jest ignores
symlinks by default. The Bazel example includes a patch we can use
to work around it, and Jest plan to add symlink support in a future
update.
https://github.com/bazelbuild/rules_nodejs/blob/stable/examples/jest/patches/jest-haste-map%2B24.9.0.patch
https://github.com/facebook/jest/pull/9351
|
2021-03-28 19:41:20 +10:00 |
|