Home
last modified time | relevance | path

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

/third_party/typescript/src/testRunner/unittests/tscWatch/
DsourceOfProjectReferenceRedirect.ts70 bBar: File; property
85 const { bPackageJson, aTest, bFoo, bBar, bSymlink, subScenario } = packages(); constant
/third_party/typescript/tests/baselines/reference/
DdestructuringTypeGuardFlow.js27 const bBar = { elem1: 7, elem2: aFoo }; variable
49 var bBar = { elem1: 7, elem2: aFoo }; variable
/third_party/typescript/tests/cases/compiler/
DdestructuringTypeGuardFlow.ts27 const bBar = { elem1: 7, elem2: aFoo }; constant
/third_party/typescript/src/testRunner/unittests/tsserver/
DprojectReferences.ts310 bBar: File; property
338 … const files = [libFile, bPackageJson, aConfig, bConfig, aTest, bFoo, bBar, bSymlink]; constant