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