Skip to content

Commit a503ff5

Browse files
author
Jarrod Kahn
committed
Add missing parser require
1 parent dbc8213 commit a503ff5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Parser.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@
7979
*
8080
*/
8181
var utils = require('./utils');
82+
var ParseError = require('./ParseError');
8283

8384
var ParseNode = function(type, val) {
8485
this.type = type;

0 commit comments

Comments
 (0)