Files
ladybird/Userland/Libraries/LibJS/Parser.cpp
Malik Ammar Faisal 5c913d9cc4 LibJS: Correctly handle parentheses and new Object
Parses `new Object()?.foo`, `(new Object)?.foo`
and shows syntax error on `new Object?.foo`
2023-06-17 20:01:38 +02:00

210 KiB