Igor Savin
|
2f68d9425b
|
Migrate to oxlint and oxfmt v2 (#2130)
* Migrate to oxlint and oxfmt
* Address review comments
|
2026-03-10 17:27:44 +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 |
|
Jakob Linskeseder
|
0896d00c2e
|
Remove outdated eco package from bench
The `eco`-templates (Embedded CoffeeScript templates)
had their last update over 10 years ago, so we can
remove this dependency from our benchmark.
|
2022-01-02 00:15:47 +01:00 |
|
Jakob Linskeseder
|
3bd0fa8b32
|
Move bench-folder in tests-folder
First part of reorganizing and cleaning up test-folders.
|
2021-12-29 21:35:16 +01:00 |
|