refactor(directive parser) remove cheerio in favor of angular's own compiler

This commit is contained in:
Kim Biesbjerg
2019-06-18 15:54:58 +02:00
parent c8ba1312b5
commit 9a8abb3248
9 changed files with 174 additions and 130 deletions

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({