Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-23 | LibJS: Correct behaviour of direct vs. indirect eval | Anonymous | |
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. | |||
2020-12-27 | Meta: Add lint-prettier.sh | Linus Groh | |
This is a script similar to the clang-format one to ensure prettier formatting of most JavaScript files. | |||
2020-12-27 | Base+LibJS+LibWeb: Make prettier clean | Linus Groh | |
Also use "// prettier-ignore" comments where necessary rather than excluding whole files (via .prettierignore). | |||
2020-08-24 | Meta: Move prettier config files to the root of the repository | AnotherTest | |