Home
last modified time | relevance | path

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

/third_party/typescript/lib/
Dtsserver.js3507 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
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
153129 TextStorage.prototype.edit = function (start, end, newText) { method in TextStorage
159108 return edits.every(function (edit) { return ts.textSpanEnd(edit.span) < pos; }); argument
160757 … return edits.map(function (edit) { return _this.convertTextChangeToCodeEdit(edit, scriptInfo); }); argument
[all …]
Dtsserverlibrary.js3701 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
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
153323 TextStorage.prototype.edit = function (start, end, newText) { method in TextStorage
159302 return edits.every(function (edit) { return ts.textSpanEnd(edit.span) < pos; }); argument
160951 … return edits.map(function (edit) { return _this.convertTextChangeToCodeEdit(edit, scriptInfo); }); argument
[all …]