Home
last modified time | relevance | path

Searched defs:bFoo (Results 1 – 4 of 4) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DgenericMappedTypeAsClause.js11 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/
DsourceOfProjectReferenceRedirect.ts69 bFoo: File; property
85 const { bPackageJson, aTest, bFoo, bBar, bSymlink, subScenario } = packages(); constant
/third_party/typescript/tests/cases/compiler/
DunionPropertyExistence.ts25 declare const bFoo: B | "foo"; constant
/third_party/typescript/src/testRunner/unittests/tsserver/
DprojectReferences.ts309 bFoo: File; property
338 … const files = [libFile, bPackageJson, aConfig, bConfig, aTest, bFoo, bBar, bSymlink]; constant