Anonymous
|
2822da8c8f
|
LibJS: Correct behaviour of direct vs. indirect eval
eval only has direct access to the local scope when accessed through
the name eval. This includes locals named eval, because of course it
does.
|
2021-06-23 09:38:33 +01:00 |
|
Linus Groh
|
ee719c23d4
|
Meta: Add lint-prettier.sh
This is a script similar to the clang-format one to ensure prettier
formatting of most JavaScript files.
|
2020-12-27 21:25:27 +01:00 |
|
Linus Groh
|
5122f98198
|
Base+LibJS+LibWeb: Make prettier clean
Also use "// prettier-ignore" comments where necessary rather than
excluding whole files (via .prettierignore).
|
2020-12-27 21:25:27 +01:00 |
|
AnotherTest
|
54036d660a
|
Meta: Move prettier config files to the root of the repository
|
2020-08-24 18:21:33 +02:00 |
|