Searched defs:statements (Results 1 – 3 of 3) sorted by relevance
183 const statements: ts.NodeArray<ts.Statement> = sourceFile.statements; constant207 const statements: ts.NodeArray<ts.Statement> = moduleDeclaration.body.statements; constant
315 function getCommonCallComponentApi(statements, url, sourcefile, componentName, type, notes, apiList… argument
144 function getCurrentTypeList(statements, currentTypeList) { argument