mirror of https://github.com/boa-dev/boa.git
Browse Source
* Lazy evaluate cooked template string Fix octal escape in string literal Add tests Fix zero escape Fix zero escape lookahead Rename variables Rename helper functions Refactor match arms Fix escape line terminator sequence Fix single character escape Fix line terminator and escape followed by unicode char Add NonOctalDecimalEscapeSequence Fix comment Refactor Modify error message Add tests Rename tests Add test for error Add comments for unsafe bytes to str Update boa/src/syntax/lexer/string.rs Co-authored-by: tofpie <75836434+tofpie@users.noreply.github.com> Minor refactor Remove unsafe bytes to str Fix panic when reading invalid utf-8 chars Refactor string literal Support invalid utf-8 chars in string literal input Add cook function for template literal Fix line continuation bug Add methods for utf16 buffer trait Add trait comments Add error message for template literal Add and fix comments Hide unused exported function and modify tests Fix bug Lazy evaluate cooked template string Fix clippy Fix test262 stack overflow issue Fix invalid setting strict mode with template literal Remove unnecessary cache Remove * Add comments * Minor updatepull/1192/head
Jevan Chan
4 years ago
committed by
GitHub
9 changed files with 130 additions and 111 deletions
Loading…
Reference in new issue