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
const parsers: ParserInterface[] = [
new PipeParser(),
// new DirectiveParser()
// new ServiceParser()
new DirectiveParser()
new ServiceParser()
];
if (cli.marker) {
parsers.push(new FunctionParser({