Home
last modified time | relevance | path

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

/third_party/typescript/src/testRunner/unittests/tsbuild/
DamdModulesWithOut.ts35 modifyFs?: (fs: vfs.FileSystem) => void; property
168 function modifyFs(fs: vfs.FileSystem) { function
DoutputPaths.ts5 modifyFs: noop, constant
Dhelpers.ts268 modifyFs: TscCompile["modifyFs"]; property
279 modifyFs, incrementalModifyFs, constant
365 modifyFs: (fs: vfs.FileSystem) => void; property
Dsample.ts364 modifyFs: fs => appendText(fs, "/src/core/index.ts", ` constant
DoutFile.ts82 modifyFs?: (fs: vfs.FileSystem) => void; property
/third_party/typescript/src/testRunner/unittests/tsc/
Dhelpers.ts17 modifyFs: noop constant
28 modifyFs?: (fs: vfs.FileSystem) => void; property
75 commandLineArgs, modifyFs, constant
/third_party/typescript/src/testRunner/unittests/tscWatch/
Dincremental.ts14 modifyFs?: (host: WatchedSystem) => void; property