Searched defs:statements (Results 1 – 2 of 2) sorted by relevance
183 const statements: ts.NodeArray<ts.Statement> = sourceFile.statements; constant207 const statements: ts.NodeArray<ts.Statement> = moduleDeclaration.body.statements; constant
144 function getCurrentTypeList(statements, currentTypeList) { argument