re-enable parsers

This commit is contained in:
Kim Biesbjerg
2019-07-08 14:41:55 +02:00
parent f9b3c63c4c
commit c7563d4998

View File

@@ -103,8 +103,8 @@ const extractTask = new ExtractTask(cli.input, cli.output, {
// Parsers // Parsers
const parsers: ParserInterface[] = [ const parsers: ParserInterface[] = [
new PipeParser(), new PipeParser(),
// new DirectiveParser() new DirectiveParser()
// new ServiceParser() new ServiceParser()
]; ];
if (cli.marker) { if (cli.marker) {
parsers.push(new FunctionParser({ parsers.push(new FunctionParser({