question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Can't parse `"\8"`

See original GitHub issue
const a = "\8";

This is valid code.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
3cpcommented, Oct 29, 2020

v3.1.1 is released. Use webcompact: true to support this.

0reactions
3cpcommented, Oct 28, 2020

Pretty sure ecma allows \8 and \9 as NonEscapeCharacter. Why we reject them? I couldn’t find anything about these two in ecma spec.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Unable to parse string into Java 8 LocalDateTime [duplicate]
Java does not accept a plain Date value as DateTime. Try using LocalDate, public static void main(String[] args) { DateTimeFormatter ...
Read more >
cant parse version" Exception at setuptools_scm-4.0.0-py3.7 ...
Hi,. Get "AssertionError: cant parse version P64_512K_ES100_RC1" error when executing "pip install ...
Read more >
SyntaxError: JSON.parse: bad parsing - JavaScript | MDN
The JavaScript exceptions thrown by JSON.parse() occur when string failed to be parsed as JSON. Message. SyntaxError: JSON.parse: unterminated string literal ...
Read more >
DateTime.Parse Method (System) - Microsoft Learn
Converts the string representation of a date and time to its DateTime equivalent.
Read more >
Can't parse '01-25-2019 23:25:11.120' as timestamp with ...
I keep running into this issue while trying to run a to_timestamp() conversion. I cannot find the solution, and am almost positive it...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found