Home
last modified time | relevance | path

Searched +defs:exit +defs:recursive +defs:edit (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/lib/
Dtsserver.js3305 function exit() { function
3316 performance.nullTimer = { enter: ts.noop, exit: ts.noop }; property
3507 fs.mkdirSync(traceDir, { recursive: true }); property
6594 return function (dirName, callback, recursive, options) { return recursive ? argument
6907 function watchDirectory(directoryName, callback, recursive, options) { argument
6925 function nonRecursiveWatchDirectory(directoryName, callback, recursive, options) { argument
7104 exit: function (exitCode) { method
7219 _fs.mkdirSync(_path.dirname(profilePath), { recursive: true }); property
7290 …function fsWatch(fileOrDirectory, entryKind, callback, recursive, fallbackPollingInterval, fallbac… argument
7332 options = { persistent: true, recursive: !!recursive }; property
[all …]
Dtsserverlibrary.js3499 function exit() { function
3510 performance.nullTimer = { enter: ts.noop, exit: ts.noop }; property
3701 fs.mkdirSync(traceDir, { recursive: true }); property
6788 return function (dirName, callback, recursive, options) { return recursive ? argument
7101 function watchDirectory(directoryName, callback, recursive, options) { argument
7119 function nonRecursiveWatchDirectory(directoryName, callback, recursive, options) { argument
7298 exit: function (exitCode) { method
7413 _fs.mkdirSync(_path.dirname(profilePath), { recursive: true }); property
7484 …function fsWatch(fileOrDirectory, entryKind, callback, recursive, fallbackPollingInterval, fallbac… argument
7526 options = { persistent: true, recursive: !!recursive }; property
[all …]