Lines Matching refs:srcFile
909 const srcFile = objectLiteralExpr.getSourceFile(); constant
910 …t newInterfaceName = TsUtils.generateUniqueName(this.objectLiteralInterfaceNameGenerator, srcFile);
916 … this.createNewInterface(srcFile, newInterfaceName, newInterfaceProps, enclosingStmt.getStart()),
917 this.fixObjectLiteralExpression(srcFile, newInterfaceName, objectLiteralExpr)
985 srcFile: ts.SourceFile,
997 const text = this.printer.printNode(ts.EmitHint.Unspecified, newInterfaceDecl, srcFile) + '\n';
1002 srcFile: ts.SourceFile,
1031 const text = this.printer.printNode(ts.EmitHint.Unspecified, newExpr, srcFile);
1081 const srcFile = typeLiteral.getSourceFile(); constant
1091 …nst newInterfaceName = TsUtils.generateUniqueName(this.typeLiteralInterfaceNameGenerator, srcFile);
1103 …const interfaceText = this.printer.printNode(ts.EmitHint.Unspecified, newInterfaceDecl, srcFile) +…