Skip to content

Commit

Permalink
remove the 'case' for backslash escape-sequence handling
Browse files Browse the repository at this point in the history
  • Loading branch information
emonmeena committed Aug 29, 2021
1 parent a079b23 commit cf99223
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lex.js
Expand Up @@ -1114,8 +1114,6 @@ Lexer.prototype = {
case "\\":
char = "\\\\";
break;
case "\"":
break;
case "/":
break;
case "":
Expand Down

0 comments on commit cf99223

Please sign in to comment.