Searched defs:bFoo (Results 1 – 4 of 4) sorted by relevance
| /third_party/typescript/tests/baselines/reference/ |
| D | genericMappedTypeAsClause.js | 11 const foo1: MappedModel<'Foo'> = { aFoo: 'test', bFoo: 42 }; property 12 const foo2: MappedModel<'Foo'> = { bFoo: 'bar' }; // Error property 26 var foo1 = { aFoo: 'test', bFoo: 42 }; property 27 var foo2 = { bFoo: 'bar' }; // Error property
|
| /third_party/typescript/src/testRunner/unittests/tscWatch/ |
| D | sourceOfProjectReferenceRedirect.ts | 69 bFoo: File; property 85 const { bPackageJson, aTest, bFoo, bBar, bSymlink, subScenario } = packages(); constant
|
| /third_party/typescript/tests/cases/compiler/ |
| D | unionPropertyExistence.ts | 25 declare const bFoo: B | "foo"; constant
|
| /third_party/typescript/src/testRunner/unittests/tsserver/ |
| D | projectReferences.ts | 309 bFoo: File; property 338 … const files = [libFile, bPackageJson, aConfig, bConfig, aTest, bFoo, bBar, bSymlink]; constant
|