Searched defs:extendsList (Results 1 – 3 of 3) sorted by relevance
/third_party/typescript/tests/baselines/reference/ |
D | parserRealSource9.js | 11 var extendsList: Type[] = null; variable
|
D | parserRealSource11.js | 3568 function TypeDeclaration(nodeType, name, extendsList, implementsList, members) { argument 3586 function ClassDeclaration(name, members, extendsList, implementsList) { argument 3605 function InterfaceDeclaration(name, members, extendsList, implementsList) { argument
|
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/ |
D | parserRealSource11.ts | 1241 public extendsList: ASTList, property in TypeDeclaration
|