Home
last modified time | relevance | path

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

/third_party/typescript/tests/cases/fourslash/
DrefactorKind_moveToNewFile.ts11 allowTextChangesInNewFiles: true
/third_party/typescript/lib/
Dprotocol.d.ts2565 readonly allowTextChangesInNewFiles?: boolean; property
Dtsserverlibrary.d.ts3915 readonly allowTextChangesInNewFiles?: boolean; property
9142 readonly allowTextChangesInNewFiles?: boolean;
Dtypescript.d.ts3915 readonly allowTextChangesInNewFiles?: boolean; property
DtypescriptServices.d.ts3915 readonly allowTextChangesInNewFiles?: boolean; property
Dtypescript.js147173 if (context.preferences.allowTextChangesInNewFiles && statements) {
DtypescriptServices.js147173 if (context.preferences.allowTextChangesInNewFiles && statements) {
Dtsserverlibrary.js147173 if (context.preferences.allowTextChangesInNewFiles && statements) {
Dtsserver.js146604 if (context.preferences.allowTextChangesInNewFiles && statements) {
/third_party/typescript/src/server/
Dprotocol.ts3315 readonly allowTextChangesInNewFiles?: boolean; property
/third_party/typescript/src/services/refactors/
DmoveToNewFile.ts15 if (context.preferences.allowTextChangesInNewFiles && statements) {
/third_party/typescript/src/harness/
DfourslashImpl.ts3524 … for (const refactor of this.getApplicableRefactors(range, { allowTextChangesInNewFiles: true })) {
3535 …const refactor = ts.find(this.getApplicableRefactors(range, { allowTextChangesInNewFiles: true }),…
/third_party/typescript/tests/baselines/reference/api/
Dtsserverlibrary.d.ts4127 readonly allowTextChangesInNewFiles?: boolean; property
9419 readonly allowTextChangesInNewFiles?: boolean;
Dtypescript.d.ts4127 readonly allowTextChangesInNewFiles?: boolean; property
/third_party/typescript/src/compiler/
Dtypes.ts8363 readonly allowTextChangesInNewFiles?: boolean; enumerator