/third_party/typescript/src/testRunner/unittests/tsbuild/ |
D | javascriptProjectEmit.ts | 7 "/src/common/nominal.js": Utils.dedent` 14 "/src/common/tsconfig.json": Utils.dedent` 22 "/src/sub-project/index.js": Utils.dedent` 29 "/src/sub-project/tsconfig.json": Utils.dedent` 40 "/src/sub-project-2/index.js": Utils.dedent` 54 "/src/sub-project-2/tsconfig.json": Utils.dedent` 65 "/src/tsconfig.json": Utils.dedent` 76 "/src/tsconfig.base.json": Utils.dedent` 96 "/src/common/nominal.js": Utils.dedent` 102 "/src/common/tsconfig.json": Utils.dedent` [all …]
|
D | moduleSpecifiers.ts | 8 "/src/solution/common/nominal.ts": Utils.dedent` 13 "/src/solution/common/tsconfig.json": Utils.dedent` 21 "/src/solution/sub-project/index.ts": Utils.dedent` 26 "/src/solution/sub-project/tsconfig.json": Utils.dedent` 37 "/src/solution/sub-project-2/index.ts": Utils.dedent` 48 "/src/solution/sub-project-2/tsconfig.json": Utils.dedent` 59 "/src/solution/tsconfig.json": Utils.dedent` 70 "/src/tsconfig.base.json": Utils.dedent` 78 "/src/tsconfig.json": Utils.dedent`{
|
D | declarationEmit.ts | 27 "/src/solution/src/subProject/index.ts": Utils.dedent` 36 "/src/solution/src/subProject2/index.ts": Utils.dedent` 49 "/src/solution/src/common/nominal.ts": Utils.dedent` 52 "/src/solution/src/common/types.d.ts": Utils.dedent` 90 "/src/packages/pkg1/src/index.ts": Utils.dedent` 102 "/src/packages/pkg2/src/index.ts": Utils.dedent`
|
/third_party/typescript/tests/baselines/reference/ |
D | TwoInternalModulesWithTheSameNameAndSameCommonRoot.js | 10 export module Utils { 21 export module Utils { 34 var o = A.Utils.mirror(o); 37 var p: A.Utils.Plane; 38 var p = new A.Utils.Plane(o, { x: 1, y: 1 }); 45 var Utils; 46 (function (Utils) { argument 50 Utils.mirror = mirror; 51 })(Utils = A.Utils || (A.Utils = {})); 57 var Utils; [all …]
|
D | TwoInternalModulesThatMergeEachWithExportedAndNonExportedLocalVarsOfTheSameName.js | 10 export module Utils { 23 export module Utils { 36 var o = A.Utils.mirror(o); 39 var p: A.Utils.Plane; 40 var p = new A.Utils.Plane(o, { x: 1, y: 1 }); 47 var Utils; 48 (function (Utils) { argument 52 Utils.mirror = mirror; 53 })(Utils = A.Utils || (A.Utils = {})); 61 var Utils; [all …]
|
D | TwoInternalModulesWithTheSameNameAndSameCommonRoot.types | 13 export module Utils { 14 >Utils : typeof Utils 46 export module Utils { 47 >Utils : typeof Utils 77 var o = A.Utils.mirror(o); 79 >A.Utils.mirror(o) : { x: number; y: number; } 80 >A.Utils.mirror : <T extends A.Point>(p: T) => { x: number; y: number; } 81 >A.Utils : typeof A.Utils 83 >Utils : typeof A.Utils 94 var p: A.Utils.Plane; [all …]
|
D | TwoInternalModulesThatMergeEachWithExportedAndNonExportedLocalVarsOfTheSameName.types | 13 export module Utils { 14 >Utils : typeof Utils 50 export module Utils { 51 >Utils : typeof Utils 81 var o = A.Utils.mirror(o); 83 >A.Utils.mirror(o) : { x: number; y: number; } 84 >A.Utils.mirror : <T extends A.Point>(p: T) => { x: number; y: number; } 85 >A.Utils : typeof A.Utils 87 >Utils : typeof A.Utils 98 var p: A.Utils.Plane; [all …]
|
D | TwoInternalModulesThatMergeEachWithExportedLocalVarsOfTheSameName.js | 10 export module Utils { 24 export module Utils { 38 var Utils; 39 (function (Utils) { argument 43 Utils.mirror = mirror; 44 })(Utils = A.Utils || (A.Utils = {})); 55 var Utils; 56 (function (Utils) { argument 64 Utils.Plane = Plane; 65 })(Utils = A.Utils || (A.Utils = {}));
|
D | TwoInternalModulesWithTheSameNameAndDifferentCommonRoot.js | 11 export module Utils { 25 export module Utils { 38 var Utils; 39 (function (Utils) { argument 43 Utils.mirror = mirror; 44 })(Utils = A.Utils || (A.Utils = {})); 54 var Utils; 55 (function (Utils) { argument 63 Utils.Plane = Plane; 64 })(Utils = A.Utils || (A.Utils = {}));
|
D | clodulesDerivedClasses.js | 6 module Shape.Utils { 15 module Path.Utils { 47 var Utils; 48 (function (Utils) { argument 50 Utils.convert = convert; 51 })(Utils = Shape.Utils || (Shape.Utils = {})); 61 var Utils; 62 (function (Utils) { argument 66 Utils.convert2 = convert2; 67 })(Utils = Path.Utils || (Path.Utils = {}));
|
D | genericFunctionsWithOptionalParameters1.symbols | 2 interface Utils { 3 >Utils : Symbol(Utils, Decl(genericFunctionsWithOptionalParameters1.ts, 0, 0)) 6 >fold : Symbol(Utils.fold, Decl(genericFunctionsWithOptionalParameters1.ts, 0, 17)) 23 var utils: Utils; 25 >Utils : Symbol(Utils, Decl(genericFunctionsWithOptionalParameters1.ts, 0, 0)) 28 >utils.fold : Symbol(Utils.fold, Decl(genericFunctionsWithOptionalParameters1.ts, 0, 17)) 30 >fold : Symbol(Utils.fold, Decl(genericFunctionsWithOptionalParameters1.ts, 0, 17)) 33 >utils.fold : Symbol(Utils.fold, Decl(genericFunctionsWithOptionalParameters1.ts, 0, 17)) 35 >fold : Symbol(Utils.fold, Decl(genericFunctionsWithOptionalParameters1.ts, 0, 17)) 38 >utils.fold : Symbol(Utils.fold, Decl(genericFunctionsWithOptionalParameters1.ts, 0, 17)) [all …]
|
D | genericFunctionsWithOptionalParameters2.symbols | 2 interface Utils { 3 >Utils : Symbol(Utils, Decl(genericFunctionsWithOptionalParameters2.ts, 0, 0)) 6 >fold : Symbol(Utils.fold, Decl(genericFunctionsWithOptionalParameters2.ts, 0, 17)) 23 var utils: Utils; 25 >Utils : Symbol(Utils, Decl(genericFunctionsWithOptionalParameters2.ts, 0, 0)) 28 >utils.fold : Symbol(Utils.fold, Decl(genericFunctionsWithOptionalParameters2.ts, 0, 17)) 30 >fold : Symbol(Utils.fold, Decl(genericFunctionsWithOptionalParameters2.ts, 0, 17)) 33 >utils.fold : Symbol(Utils.fold, Decl(genericFunctionsWithOptionalParameters2.ts, 0, 17)) 35 >fold : Symbol(Utils.fold, Decl(genericFunctionsWithOptionalParameters2.ts, 0, 17)) 38 >utils.fold : Symbol(Utils.fold, Decl(genericFunctionsWithOptionalParameters2.ts, 0, 17)) [all …]
|
D | TwoInternalModulesThatMergeEachWithExportedAndNonExportedLocalVarsOfTheSameName.symbols | 15 export module Utils { 16 >Utils : Symbol(Utils, Decl(part1.ts, 4, 5), Decl(part2.ts, 2, 31)) 51 export module Utils { 52 >Utils : Symbol(Utils, Decl(part1.ts, 4, 5), Decl(part2.ts, 2, 31)) 85 var o = A.Utils.mirror(o); 87 >A.Utils.mirror : Symbol(A.Utils.mirror, Decl(part1.ts, 6, 25)) 88 >A.Utils : Symbol(A.Utils, Decl(part1.ts, 4, 5), Decl(part2.ts, 2, 31)) 90 >Utils : Symbol(A.Utils, Decl(part1.ts, 4, 5), Decl(part2.ts, 2, 31)) 91 >mirror : Symbol(A.Utils.mirror, Decl(part1.ts, 6, 25)) 103 var p: A.Utils.Plane; [all …]
|
D | TwoInternalModulesWithTheSameNameAndSameCommonRoot.symbols | 15 export module Utils { 16 >Utils : Symbol(Utils, Decl(part1.ts, 4, 5), Decl(part2.ts, 1, 46)) 48 export module Utils { 49 >Utils : Symbol(Utils, Decl(part1.ts, 4, 5), Decl(part2.ts, 1, 46)) 82 var o = A.Utils.mirror(o); 84 >A.Utils.mirror : Symbol(A.Utils.mirror, Decl(part1.ts, 6, 25)) 85 >A.Utils : Symbol(A.Utils, Decl(part1.ts, 4, 5), Decl(part2.ts, 1, 46)) 87 >Utils : Symbol(A.Utils, Decl(part1.ts, 4, 5), Decl(part2.ts, 1, 46)) 88 >mirror : Symbol(A.Utils.mirror, Decl(part1.ts, 6, 25)) 100 var p: A.Utils.Plane; [all …]
|
D | clodulesDerivedClasses.errors.txt | 2 Types of property 'Utils' are incompatible. 3 …Property 'convert' is missing in type 'typeof Path.Utils' but required in type 'typeof Shape.Utils… 11 module Shape.Utils { 18 !!! error TS2417: Types of property 'Utils' are incompatible. 19 … Property 'convert' is missing in type 'typeof Path.Utils' but required in type 'typeof Shape.Uti… 25 module Path.Utils {
|
D | clodulesDerivedClasses.types | 9 module Shape.Utils { 11 >Utils : typeof Utils 27 module Path.Utils { 29 >Utils : typeof Utils
|
D | nonInstantiatedModule.js | 37 export module Utils { 43 export class Utils { 76 var Utils = /** @class */ (function () { class 77 function Utils() { class in anonymousFunction544266f60700.Utils 79 return Utils; 81 M3.Utils = Utils;
|
D | genericFunctionsWithOptionalParameters3.symbols | 11 interface Utils { 12 >Utils : Symbol(Utils, Decl(genericFunctionsWithOptionalParameters3.ts, 2, 1)) 15 >fold : Symbol(Utils.fold, Decl(genericFunctionsWithOptionalParameters3.ts, 3, 17)) 32 >mapReduce : Symbol(Utils.mapReduce, Decl(genericFunctionsWithOptionalParameters3.ts, 4, 75)) 50 var utils: Utils; 52 >Utils : Symbol(Utils, Decl(genericFunctionsWithOptionalParameters3.ts, 2, 1)) 60 >utils.mapReduce : Symbol(Utils.mapReduce, Decl(genericFunctionsWithOptionalParameters3.ts, 4, 75)) 62 >mapReduce : Symbol(Utils.mapReduce, Decl(genericFunctionsWithOptionalParameters3.ts, 4, 75)) 70 >utils.mapReduce : Symbol(Utils.mapReduce, Decl(genericFunctionsWithOptionalParameters3.ts, 4, 75)) 72 >mapReduce : Symbol(Utils.mapReduce, Decl(genericFunctionsWithOptionalParameters3.ts, 4, 75)) [all …]
|
D | clodulesDerivedClasses.symbols | 9 module Shape.Utils { 11 >Utils : Symbol(Utils, Decl(clodulesDerivedClasses.ts, 4, 13)) 27 module Path.Utils { 29 >Utils : Symbol(Utils, Decl(clodulesDerivedClasses.ts, 13, 12))
|
/third_party/typescript/src/testRunner/unittests/tsc/ |
D | incremental.ts | 8 "/src/project/tsconfig.json": Utils.dedent` 28 "/src/project/tsconfig.json": Utils.dedent` 63 "/src/project/tsconfig.json": Utils.dedent` 212 "/src/project/src/class.ts": Utils.dedent` 216 "/src/project/src/indirectClass.ts": Utils.dedent` 221 "/src/project/src/directUse.ts": Utils.dedent` 224 "/src/project/src/indirectUse.ts": Utils.dedent` 227 "/src/project/src/noChangeFile.ts": Utils.dedent` 230 "/src/project/src/noChangeFileWithEmitSpecificError.ts": Utils.dedent`
|
D | declarationEmit.ts | 56 return Utils.dedent` 63 return Utils.dedent` 93 return Utils.dedent` 164 content: Utils.dedent` 169 content: Utils.dedent` 195 content: Utils.dedent` 200 content: Utils.dedent` 214 content: Utils.dedent` 219 content: Utils.dedent`
|
/third_party/typescript/tests/cases/conformance/internalModules/DeclarationMerging/ |
D | TwoInternalModulesWithTheSameNameAndSameCommonRoot.ts | 8 export module Utils { 19 export module Utils { 32 var o = A.Utils.mirror(o); 35 var p: A.Utils.Plane; 36 var p = new A.Utils.Plane(o, { x: 1, y: 1 });
|
D | TwoInternalModulesThatMergeEachWithExportedAndNonExportedLocalVarsOfTheSameName.ts | 8 export module Utils { 21 export module Utils { 34 var o = A.Utils.mirror(o); 37 var p: A.Utils.Plane; 38 var p = new A.Utils.Plane(o, { x: 1, y: 1 });
|
/third_party/node/deps/npm/node_modules/npm-audit-report/reporters/ |
D | install.js | 3 const Utils = require('../lib/utils') constant 30 function clr (str, clr) { return Utils.color(str, clr, config.withColor) } 46 const total = Utils.totalVulnCount(data.metadata.vulnerabilities) 47 const sev = Utils.severities(data.metadata.vulnerabilities) 51 return `${value[1]} ${Utils.severityLabel(value[0], config.withColor).toLowerCase()}` 56 const vulnLabel = Utils.severityLabel(sev[0][0], config.withColor).toLowerCase()
|
/third_party/grpc/src/csharp/Grpc.Tools.Tests/ |
D | CSharpGeneratorTest.cs | 47 var poss = _generator.GetPossibleOutputs(Utils.MakeItem(proto, "grpcservices", "both")); in NameMangling() 56 var poss = _generator.GetPossibleOutputs(Utils.MakeItem("foo.proto")); in NoGrpcOneOutput() 64 var item = Utils.MakeItem("foo.proto", "grpcservices", grpc); in GrpcNoneOneOutput() 74 var item = Utils.MakeItem("foo.proto", "grpcservices", grpc); in GrpcEnabledTwoOutputs() 82 var item = Utils.MakeItem("foo.proto", "OutputDir", "out"); in OutputDirMetadataRecognized() 91 var item = Utils.MakeItem("sub/foo.proto", "OutputDir", "out"); in OutputDirPatched()
|