Files
ladybird/Libraries
Linus Groh 80bb62b9cc LibJS: Distinguish between statement and declaration
This separates matching/parsing of statements and declarations and
fixes a few edge cases where the parser would incorrectly accept a
declaration where only a statement is allowed - for example:

    if (foo) const a = 1;
    for (var bar;;) function b() {}
    while (baz) class c {}
2020-10-23 19:13:06 +02:00
..
2020-10-22 18:58:53 +02:00
2020-10-02 16:03:17 +02:00
2020-10-03 12:36:49 +02:00
2020-10-03 12:36:49 +02:00
2020-10-02 16:03:17 +02:00
2020-10-02 16:03:17 +02:00
2020-10-02 16:03:17 +02:00