Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling | |
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-11-12 | LibJS: Throw TypeError when calling class constructor without 'new' | Linus Groh | |
2020-10-20 | LibJS: Rest parameter in setter functions is a syntax error | Linus Groh | |
2020-07-09 | LibJS: Add tests for symbol object integration | Matthew Olsson | |
2020-07-06 | LibJS: Indent tests with 4 spaces instead of 2 | Matthew Olsson | |
2020-07-06 | LibJS: Convert all remaining non-Array tests to the new system :) | Matthew Olsson | |
2020-07-06 | test-js: Use prettier and format all files | Matthew Olsson | |
2020-07-03 | LibJS: Reorganize tests into subfolders | Matthew Olsson | |