(type: DevFixType)
| 38 | loadConfig(options: {local: boolean}): void; |
| 39 | applyDevFixes(type: DevFixType, text: string): Promise<void>; |
| 40 | resetDevFixes(type: DevFixType): void; |
| 41 | startActivation(email: string, key: string): void; |
| 42 | resetActivation(): void; |
| 43 | hideHighlights(ids: string[]): void; |
no outgoing calls
no test coverage detected