Linus Groh
|
00b61a212f
LibJS: Remove syntax errors from lexer
|
пре 5 година |
AnotherTest
|
c40fd3a902
LibLine: Support RGB colors
|
пре 5 година |
Andreas Kling
|
5c12f3fef0
js: Tighten up ReplConsoleClient::trace() a little bit
|
пре 5 година |
Linus Groh
|
a2e1f1a872
LibJS: Implement exponentiation assignment operator (**=)
|
пре 5 година |
Linus Groh
|
3e754a15d4
LibJS: Implement bitwise assignment operators (&=, |=, ^=)
|
пре 5 година |
Emanuele Torre
|
73a7a589c2
js: Customise the behaviour of JS::Console with ReplConsoleClient
|
пре 5 година |
Emanuele Torre
|
046f9cf115
LibJS: Remove ConsoleMessage from LibJS
|
пре 5 година |
mattco98
|
adb4accab3
LibJS: Add template literals
|
пре 5 година |
Linus Groh
|
ce0bed0482
js: Ignore property attributes for completion
|
пре 5 година |
Emanuele Torre
|
e861af2a5c
js: Print ConsoleMessages and color the output based on their kind :^)
|
пре 5 година |
Linus Groh
|
43c1fa9965
LibJS: Implement (no-op) debugger statement
|
пре 5 година |
Andreas Kling
|
b2b30567ab
js: Turn on live syntax highlighting by default
|
пре 5 година |
mattco98
|
95abcc3722
LibJS: Implement correct object property ordering
|
пре 5 година |
Andreas Kling
|
698652a548
LibJS: Make Value::as_string() return a PrimitiveString reference
|
пре 5 година |
AnotherTest
|
9473733d7a
LibLine: Handle initialize() internally
|
пре 5 година |
AnotherTest
|
7ecf29f206
LibLine: Ignore interrupts unless actively editing
|
пре 5 година |
Linus Groh
|
9540174b40
js: Follow Serenity C++ naming conventions
|
пре 5 година |
Andreas Kling
|
35aea2e454
LibJS: Stop using Optional<Value> in favor of Value's empty state
|
пре 5 година |
Linus Groh
|
a832ab0f4e
js: Interrupt running script or REPL evaluation when receiving SIGINT
|
пре 5 година |
Linus Groh
|
95b51e857d
LibJS: Add TokenType::TemplateLiteral
|
пре 5 година |
AnotherTest
|
cb3cf589ed
LibLine: Allow suggestions to have trailing trivia strings
|
пре 5 година |
Andreas Kling
|
fca08bd000
LibJS: Move builtin prototypes to the global object
|
пре 5 година |
Andreas Kling
|
6833004a45
js: Tweak the live syntax highlighting colors a bit
|
пре 5 година |
Andreas Kling
|
64f5185bae
js: Tweak colorization of printed values a bit
|
пре 5 година |
Brian Gianforcaro
|
d74ad81402
js/LibJS: Move test functions to pure javascript.
|
пре 5 година |
Linus Groh
|
8e08d111da
js: Output text using printf() and return undefined in help()
|
пре 5 година |
Linus Groh
|
0040d6bf2d
js: Add assertNotReached() function in test mode
|
пре 5 година |
Stephan Unverwerth
|
984c290ec0
LibJS: Do not execute scripts with parse errors
|
пре 5 година |
Brian Gianforcaro
|
50b6b6ef86
js: Make load() available when running with --test-mode
|
пре 5 година |
Linus Groh
|
6d5d668585
js: Coerce assert() argument to boolean
|
пре 5 година |