mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 20:13:32 +01:00
enable @typescript-eslint/member-delimiter-style, https://github.com/microsoft/vscode/issues/140391
This commit is contained in:
@@ -147,7 +147,7 @@ export class TextMateService extends AbstractTextMateService {
|
||||
|
||||
private _worker: MonacoWebWorker<TextMateWorker> | null;
|
||||
private _workerProxy: TextMateWorker | null;
|
||||
private _tokenizers: { [uri: string]: ModelWorkerTextMateTokenizer; };
|
||||
private _tokenizers: { [uri: string]: ModelWorkerTextMateTokenizer };
|
||||
|
||||
constructor(
|
||||
@ILanguageService languageService: ILanguageService,
|
||||
|
||||
@@ -127,7 +127,7 @@ class TextMateWorkerModel extends MirrorTextModel {
|
||||
export class TextMateWorker {
|
||||
|
||||
private readonly _host: TextMateWorkerHost;
|
||||
private readonly _models: { [uri: string]: TextMateWorkerModel; };
|
||||
private readonly _models: { [uri: string]: TextMateWorkerModel };
|
||||
private readonly _grammarCache: Promise<ICreateGrammarResult>[];
|
||||
private readonly _grammarFactory: Promise<TMGrammarFactory | null>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user