Igor Savin
|
d65683434d
|
Convert tests to vitest (#2127)
* Convert tests to vitest
* fix git tests
* Cleanup
* Convert ignore comments
* address code review comments
|
2026-03-02 21:33:52 +01:00 |
|
Jakob Linskeseder
|
e534a911f3
|
Upgrade prettier to v2
Prettier v2 has the following breaking changes:
* enforces spaces between `function` and params
* enforces trailing commas by default
|
2022-10-29 21:49:15 +02:00 |
|
Jakob Linskeseder
|
f6ff3bf52b
|
Upgrade to ECMAScript 2020
This is needed in order to use `globalThis`, see #1894.
It also made it possible to remove some old polyfills and fallbacks.
|
2022-10-29 21:49:15 +02:00 |
|