Timothy Flynn
|
93712b24bf
|
Everywhere: Hoist the Libraries folder to the top-level
|
2024-11-10 12:50:45 +01:00 |
|
Andreas Kling
|
13d7c09125
|
Libraries: Move to Userland/Libraries/
|
2021-01-12 12:17:46 +01:00 |
|
Linus Groh
|
e77202fe0f
|
LibJS/Tests: Use canParseSource() for toEval()
We can now enable the "new.target is syntax error outside of function"
test :^)
|
2020-11-12 10:14:57 +01:00 |
|
Matthew Olsson
|
1ef573eb30
|
LibJS: Indent tests with 4 spaces instead of 2
|
2020-07-06 23:40:35 +02:00 |
|
Matthew Olsson
|
6d58c48c2f
|
test-js: Use prettier and format all files
|
2020-07-06 23:40:35 +02:00 |
|
Matthew Olsson
|
eea6041302
|
LibJS: Convert some top-level tests to the new system
First test conversions! These look really good :)
|
2020-07-06 23:40:35 +02:00 |
|
Matthew Olsson
|
d52ea37717
|
LibJS: Integrate labels into the Interpreter
The interpreter now considers a statement or block's label when
considering whether or not to break. All statements can be labelled.
|
2020-05-29 16:20:32 +02:00 |
|
Stephan Unverwerth
|
cebb619f8e
|
LibJS: Fix parsing of IfStatement, fixes #1829
|
2020-04-18 14:04:24 +02:00 |
|
Stephan Unverwerth
|
63e1ea7819
|
LibJS: Add test for semicolon insertion (#1828)
|
2020-04-17 15:52:38 +02:00 |
|