Home
last modified time | relevance | path

Searched refs:removedTypes (Results 1 – 1 of 1) sorted by relevance

/third_party/typescript/scripts/
DbuildProtocol.ts17 private removedTypes: ts.Type[] = []; property in DeclarationsWalker
28 if (walker.removedTypes) {
31 for (const type of walker.removedTypes) {
61 this.removedTypes.push(type);