fix pogen
This commit is contained in:
parent
5fd3e06f7b
commit
31bddb98c6
@ -181,9 +181,6 @@ export function processFile(sourceFile: ts.SourceFile) {
|
|||||||
|
|
||||||
|
|
||||||
function processNode(node: ts.Node) {
|
function processNode(node: ts.Node) {
|
||||||
console.log(ts.SyntaxKind[node.kind]);
|
|
||||||
ts.forEachChild(node, processNode);
|
|
||||||
return;
|
|
||||||
switch (node.kind) {
|
switch (node.kind) {
|
||||||
case ts.SyntaxKind.CallExpression:
|
case ts.SyntaxKind.CallExpression:
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user