Home
last modified time | relevance | path

Searched refs:enableFormatting (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/src/harness/
DfourslashInterfaceImpl.ts687 public enableFormatting() { method in Edit
688 this.state.enableFormatting = true;
692 this.state.enableFormatting = false;
DfourslashImpl.ts177 public enableFormatting = true;
2133 if (this.enableFormatting) {
2214 if (this.enableFormatting) {
2233 if (this.enableFormatting) {
/third_party/typescript/tests/cases/fourslash/
Dfourslash.ts477 enableFormatting(): void;