| D | parserRealSource11.js | 1151 if (!hasFlag((<InterfaceDeclaration>stmt).varFlags, VarFlags.Ambient)) { 1165 … else if (stmt.nodeType != NodeType.InterfaceDeclaration && stmt.nodeType != NodeType.Empty) { 1279 export class InterfaceDeclaration extends TypeDeclaration { 1284 super(NodeType.InterfaceDeclaration, name, extendsList, implementsList, members); 3498 … else if (stmt.nodeType != NodeType.InterfaceDeclaration && stmt.nodeType != NodeType.Empty) { 3603 var InterfaceDeclaration = /** @class */ (function (_super) { class 3604 __extends(InterfaceDeclaration, _super); 3605 function InterfaceDeclaration(name, members, extendsList, implementsList) { class in anonymousFunctionf875237c0600.InterfaceDeclaration 3606 …return _super.call(this, NodeType.InterfaceDeclaration, name, extendsList, implementsList, members… 3608 InterfaceDeclaration.prototype.typeCheck = function (typeFlow) { class [all …]
|