Home
last modified time | relevance | path

Searched defs:packageFile (Results 1 – 7 of 7) sorted by relevance

/third_party/typescript/src/testRunner/unittests/tsserver/
DmoduleResolution.ts16 const packageFile: File = { constant
43 …const { host, session, packageFile, verifyErr } = setup(JSON.stringify({ name: "app", version: "1.… constant
83 const { host, session, packageFile, verifyErr } = setup(JSON.stringify({ constant
DtypingsInstaller.ts1762 const packageFile = { constant
1812 const packageFile = { constant
1874 const packageFile = { constant
/third_party/typescript/src/testRunner/unittests/tscWatch/
DnodeNextWatch.ts20 const packageFile: File = { constant
DmoduleResolution.ts130 const packageFile: File = { constant
/third_party/typescript/src/testRunner/unittests/
DmoduleResolution.ts1500 …const packageFile = { name: "/root/src/types/lib/package.json", content: JSON.stringify({ types: "… constant
1511 …const packageFile = { name: "/root/src/node_modules/lib/package.json", content: JSON.stringify({ t… constant
1522 …const packageFile = { name: "/root/src/node_modules/@types/lib/package.json", content: JSON.string… constant
1540 …const packageFile = { name: "/root/node_modules/lib/package.json", content: JSON.stringify({ typin… constant
1551 …const packageFile = { name: "/root/node_modules/@types/lib/package.json", content: JSON.stringify(… constant
/third_party/typescript/src/harness/
DevaluatorImpl.ts131 const packageFile = vpath.resolve(dir, "package.json"); constant
/third_party/typescript/src/services/
DstringCompletions.ts699 const packageFile = combinePaths(packageDirectory, "package.json"); constant