Home
last modified time | relevance | path

Searched refs:allowTextChangesInNewFiles (Results 1 – 11 of 11) sorted by relevance

/third_party/typescript/tests/cases/fourslash/
DrefactorKind_moveToNewFile.ts11 allowTextChangesInNewFiles: true
/third_party/typescript/src/server/
Dprotocol.ts3498 readonly allowTextChangesInNewFiles?: boolean; property
/third_party/typescript/lib/
Dprotocol.d.ts2743 readonly allowTextChangesInNewFiles?: boolean; property
Dtsserverlibrary.d.ts4461 readonly allowTextChangesInNewFiles?: boolean; property
10248 readonly allowTextChangesInNewFiles?: boolean;
Dtypescript.d.ts4461 readonly allowTextChangesInNewFiles?: boolean; property
DtypescriptServices.d.ts4461 readonly allowTextChangesInNewFiles?: boolean; property
/third_party/typescript/src/services/refactors/
DmoveToNewFile.ts15 if (context.preferences.allowTextChangesInNewFiles && statements) {
/third_party/typescript/src/harness/
DfourslashImpl.ts3612 … for (const refactor of this.getApplicableRefactors(range, { allowTextChangesInNewFiles: true })) {
3623 …const refactor = ts.find(this.getApplicableRefactors(range, { allowTextChangesInNewFiles: true }),…
/third_party/typescript/tests/baselines/reference/api/
Dtsserverlibrary.d.ts4461 readonly allowTextChangesInNewFiles?: boolean; property
10248 readonly allowTextChangesInNewFiles?: boolean;
Dtypescript.d.ts4461 readonly allowTextChangesInNewFiles?: boolean; property
/third_party/typescript/src/compiler/
Dtypes.ts9391 readonly allowTextChangesInNewFiles?: boolean; enumerator