Searched refs:changedFiles (Results 1 – 16 of 16) sorted by relevance
| /third_party/typescript/src/testRunner/unittests/tsserver/ |
| D | inlayHints.ts | 31 …changedFiles: [{ fileName: app.path, textChanges: [{ start: { line: 1, offset: 39 }, end: { line: … 38 …changedFiles: [{ fileName: app.path, textChanges: [{ start: { line: 1, offset: 41 }, end: { line: …
|
| D | forceConsistentCasingInFileNames.ts | 76 changedFiles: [{ 118 changedFiles: [{
|
| D | openFile.ts | 160 changedFiles: [{ 174 changedFiles: [{
|
| D | applyChangesToOpenFiles.ts | 100 changedFiles: [ 147 changedFiles: [
|
| D | completionsIncomplete.ts | 177 changedFiles: [{ 218 changedFiles: [{
|
| D | exportMapCache.ts | 101 changedFiles: [{
|
| D | compileOnSave.ts | 970 changedFiles: [{
|
| D | projectReferences.ts | 350 changedFiles: [{
|
| /third_party/typescript/src/server/ |
| D | protocol.ts | 1817 changedFiles?: ChangedOpenFile[]; property 1843 changedFiles?: FileCodeEdits[]; property
|
| D | project.ts | 1175 …const changedFiles: readonly Path[] = this.resolutionCache.finishRecordingFilesWithChangedResoluti… constant 1177 for (const file of changedFiles) { 1191 if (hasNewProgram || changedFiles.length) {
|
| D | session.ts | 2970 …request.arguments.changedFiles && mapIterator(arrayIterator(request.arguments.changedFiles), file … 2987 …request.arguments.changedFiles && mapIterator(arrayIterator(request.arguments.changedFiles), file …
|
| D | editorServices.ts | 3709 …applyChangesInOpenFiles(openFiles: Iterator<OpenFileArguments> | undefined, changedFiles?: Iterato… 3729 if (changedFiles) { 3731 const iterResult = changedFiles.next();
|
| /third_party/typescript/lib/ |
| D | protocol.d.ts | 1332 changedFiles?: FileCodeEdits[]; property
|
| D | tsserverlibrary.d.ts | 8837 changedFiles?: FileCodeEdits[];
|
| /third_party/typescript/src/harness/ |
| D | fourslashImpl.ts | 3019 …FileContent, newRangeContent }: FourSlashInterface.NewContentOptions, changedFiles: readonly strin… 3023 assert.deepEqual(assertedChangedFiles, changedFiles);
|
| /third_party/typescript/tests/baselines/reference/api/ |
| D | tsserverlibrary.d.ts | 8837 changedFiles?: FileCodeEdits[];
|