/third_party/typescript/tests/baselines/reference/ |
D | jsDeclarationsCommonjsRelativePath.js | 5 class Thing {} class 6 module.exports = { Thing } field 11 module.exports = { Thing } field
|
D | jsDeclarationsExportAssignedClassExpression.js | 2 module.exports = class Thing { class 16 function Thing(p) { class
|
D | jsDeclarationsExportSpecifierNonlocal.js | 4 export class Thing {} class 15 function Thing() { class in Thing
|
D | recursiveClassReferenceTest.js | 135 StartFindAction.prototype.run = function (Thing) { argument 147 (function (Thing) { argument 179 (function (Thing) { argument
|
D | importAliasFromNamespace.js | 38 (function (Thing) { argument
|
D | lastPropertyInLiteralWins.js | 5 function test(thing: Thing) {
|
D | complexClassRelationships.js | 18 class Thing { class 90 function Thing() { class in Thing
|
D | assertionTypePredicates1.js | 191 function example1(things: Thing[]) {
|
/third_party/typescript/tests/cases/conformance/jsdoc/declarations/ |
D | jsDeclarationsCommonjsRelativePath.ts | 7 class Thing {} class 12 const Thing = require('./thing').Thing constant
|
D | jsDeclarationsExportAssignedClassExpression.ts | 7 module.exports = class Thing { class
|
D | jsDeclarationsExportSpecifierNonlocal.ts | 7 export class Thing {} class
|
/third_party/typescript/tests/cases/compiler/ |
D | jsEnumTagOnObjectFrozen.ts | 6 const Thing = Object.freeze({ constant 29 const { Thing, useThing, cbThing } = require("./index"); constant
|
D | collisionCodeGenEnumWithEnumMemberConflict.ts | 3 Thing = Color enumerator
|
D | lastPropertyInLiteralWins.ts | 1 interface Thing { interface
|
D | importShouldNotBeElidedInDeclarationEmit.ts | 5 export type Thing = { alias
|
D | discriminateObjectTypesOnly.ts | 2 type Thing = number | object; alias
|
D | complexClassRelationships.ts | 18 class Thing { class
|
/third_party/typescript/tests/cases/conformance/externalModules/ |
D | umd7.ts | 5 declare function Thing(): number; function
|
D | umd9.ts | 6 declare class Thing { class
|
D | umd6.ts | 5 declare namespace Thing { namespace
|
D | umd8.ts | 5 declare class Thing { class
|
/third_party/grpc/src/ruby/spec/pb/codegen/grpc/testing/ |
D | package_options_import.proto | 22 message Thing { } message
|
/third_party/typescript/tests/cases/conformance/salsa/ |
D | contextualTypedSpecialAssignment.ts | 27 class Thing { class
|
/third_party/typescript/tests/cases/conformance/types/mapped/ |
D | mappedTypeRelationships.ts | 72 type Thing = { a: string, b: string }; alias
|
/third_party/typescript/tests/cases/conformance/controlFlow/ |
D | controlFlowOptionalChain.ts | 165 type Thing = { foo: string | number, bar(): number, baz: object }; alias
|