Commit History

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