Dmitry Gozman
6af41232b8
chore: evaluate UtilityScript
lazily ( #36019 )
2025-05-21 14:45:50 +01:00
Dmitry Gozman
3b0135411e
chore: inject builtins through esbuild ( #35800 )
2025-04-29 20:07:06 +01:00
Dmitry Gozman
a4b5c1c461
chore: add a test for builtins ( #35754 )
2025-04-28 08:36:53 +01:00
Max Schmitt
cd22072685
chore: enable object-curly-spacing in ESLint ( #9168 )
2021-09-27 18:58:08 +02:00
Dmitry Gozman
d4482f3ad3
chore: do not use Array.from in injected script ( #6876 )
...
This method is most often overridden by some bad polyfill that
does not work correctly and breaks `$eval` and `$$eval` methods.
As a best-effort fix, use a `[...iterable]` throughout the code.
2021-06-03 15:10:02 -07:00
Dmitry Gozman
217cbe3e21
test: cleanup bad usages of pageTest ( #6430 )
2021-05-06 07:08:22 -07:00
Dmitry Gozman
9433cae4fe
test: move all page tests to a subdirectory ( #6427 )
2021-05-05 19:10:28 -07:00