re-enable parsers
This commit is contained in:
parent
f9b3c63c4c
commit
c7563d4998
@ -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({
|
||||
|
Loading…
Reference in New Issue
Block a user