Skip to content

Commit

Permalink
Remove unreachable code
Browse files Browse the repository at this point in the history
  • Loading branch information
dnalborczyk authored and marijnh committed Dec 29, 2022
1 parent 5a376d4 commit 07b52f6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions acorn/src/tokenize.js
Original file line number Diff line number Diff line change
Expand Up @@ -718,8 +718,6 @@ pp.readEscapedChar = function(inTemplate) {
codePos,
"Invalid escape sequence in template string"
)

return null
}
default:
if (ch >= 48 && ch <= 55) {
Expand Down

0 comments on commit 07b52f6

Please sign in to comment.