Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
PegTokenizer.prototype.parseTokenizer = function(compileOpts = {}) {
var src = this.readSource(compileOpts);
return PEG.parser.parse(src);
};