Merge branch 'master' of github.com:pegjs/pegjs

This commit is contained in:
Futago-za Ryuu 2018-09-05 10:22:14 +01:00
commit 7edc7d902b

View file

@ -18,7 +18,7 @@ import customGrammarParser from "./parser";
export function use( session, options ) {
// Replace the grammar parser
config.parser = customGrammarParser;
session.parser = customGrammarParser;
// always output the source
options.output = "source";