ladybird/Userland
Linus Groh 08a303172d LibJS: Extend class 'extends' RHS expression parsing
Instead of only parsing a primary expression, we should also allow
member expressions, call expressions, and tagged template literals (and
optional chains, which we don't have yet).
In the spec, all of this is covered by `LeftHandSideExpression`
(https://tc39.es/ecma262/#prod-LeftHandSideExpression).
2021-07-18 00:17:57 +01:00
..
Applets ResourceGraph: Handle more than 4 GiB of memory 2021-07-14 18:24:55 +02:00
Applications FileManager+Spreadsheet: Unify cut-copy-paste order 2021-07-17 18:30:37 +04:30
Demos WidgetGallery: Pledge thread 2021-07-17 23:30:58 +02:00
DevTools Profiler: Configure the TimelineContainer to be shrink to fit 2021-07-17 18:24:54 +04:30
DynamicLoader LibC: Use our implementation of crti.o and crtn.o 2021-07-14 13:12:25 +02:00
Games Solitaire: Reduce overdraw when drawing initial cards 2021-07-15 21:47:36 +02:00
Libraries LibJS: Extend class 'extends' RHS expression parsing 2021-07-18 00:17:57 +01:00
Services SpiceAgent: Add Clipboard as a build dependency 2021-07-15 11:51:16 +02:00
Shell Shell: Don't assume that only the current shell may continue children 2021-07-17 02:00:24 +04:30
Utilities Kernel/USB: Move USB bus information from /proc to /sys 2021-07-18 00:55:16 +02:00
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00