Skip to content

Commit

Permalink
remove unused regex
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrsh committed Apr 29, 2018
1 parent 0136716 commit 1da4378
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/compiler/parser.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { error } from "../util/util";

const whitespaceRE = /\s/;
const escapeRE = /(?:(?:&(?:amp|gt|lt|nbsp|quot);)|"|\\|\n)/g;
const escapeMap = {
"&": '&',
Expand Down

0 comments on commit 1da4378

Please sign in to comment.