Skip to content

v0.2.7-beta.8

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 10 Jan 15:21

Added

  • Added a minifier to the experimental package.
  • Added support for the Lua 5.1 and Luau lexing bug that makes them silently accept invalid
    single-char escapes (e.g.: "\A\B\C\D") will be read as "ABCD" silently without any errors or warnings).

Fixed

  • ObjectDisplay.FormatLiteral was not emitting unicode escapes correctly.