Searched defs:refactor (Results 1 – 7 of 7) sorted by relevance
| /third_party/typescript/src/services/ |
| D | refactorProvider.ts | 20 const refactor = refactors.get(refactorName); constant
|
| /third_party/python/Lib/lib2to3/ |
| D | refactor.py | 279 def refactor(self, items, write=False, doctests_only=False): member in RefactoringTool 687 def refactor(self, items, write=False, doctests_only=False, member in MultiprocessRefactoringTool
|
| /third_party/typescript/src/harness/ |
| D | fourslashImpl.ts | 3524 … for (const refactor of this.getApplicableRefactors(range, { allowTextChangesInNewFiles: true })) { constant 3535 …const refactor = ts.find(this.getApplicableRefactors(range, { allowTextChangesInNewFiles: true }),… constant
|
| /third_party/typescript/lib/ |
| D | typescriptServices.js | 136596 function registerRefactor(name, refactor) { argument 136601 return ts.arrayFrom(ts.flatMapIterator(refactors.values(), function (refactor) { argument 144371 (function (refactor) { argument 144594 (function (refactor) { argument 144758 (function (refactor) { argument 145024 (function (refactor) { argument 145187 (function (refactor) { argument 146877 (function (refactor) { argument 147080 (function (refactor) { argument 147136 (function (refactor) { argument [all …]
|
| D | typescript.js | 136596 function registerRefactor(name, refactor) { argument 136601 return ts.arrayFrom(ts.flatMapIterator(refactors.values(), function (refactor) { argument 144371 (function (refactor) { argument 144594 (function (refactor) { argument 144758 (function (refactor) { argument 145024 (function (refactor) { argument 145187 (function (refactor) { argument 146877 (function (refactor) { argument 147080 (function (refactor) { argument 147136 (function (refactor) { argument [all …]
|
| D | tsserver.js | 136027 function registerRefactor(name, refactor) { argument 136032 return ts.arrayFrom(ts.flatMapIterator(refactors.values(), function (refactor) { argument 143802 (function (refactor) { argument 144025 (function (refactor) { argument 144189 (function (refactor) { argument 144455 (function (refactor) { argument 144618 (function (refactor) { argument 146308 (function (refactor) { argument 146511 (function (refactor) { argument 146567 (function (refactor) { argument [all …]
|
| D | tsserverlibrary.js | 136596 function registerRefactor(name, refactor) { argument 136601 return ts.arrayFrom(ts.flatMapIterator(refactors.values(), function (refactor) { argument 144371 (function (refactor) { argument 144594 (function (refactor) { argument 144758 (function (refactor) { argument 145024 (function (refactor) { argument 145187 (function (refactor) { argument 146877 (function (refactor) { argument 147080 (function (refactor) { argument 147136 (function (refactor) { argument [all …]
|