fix pogen

This commit is contained in:
Florian Dold 2016-10-10 17:43:21 +02:00
parent 5fd3e06f7b
commit 31bddb98c6

View File

@ -181,9 +181,6 @@ export function processFile(sourceFile: ts.SourceFile) {
function processNode(node: ts.Node) {
console.log(ts.SyntaxKind[node.kind]);
ts.forEachChild(node, processNode);
return;
switch (node.kind) {
case ts.SyntaxKind.CallExpression:
{