aboutsummaryrefslogtreecommitdiffstats
path: root/language-web/src/main/js/xtext/XtextClient.ts
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2021-10-30 14:36:39 +0200
committerLibravatar Kristóf Marussy <kristof@marussy.com>2021-10-31 19:26:14 +0100
commitdef79f104999710953124c77241c95a7726791f0 (patch)
treef1096b07aa6c67d9c986df025400d8e555ca8a95 /language-web/src/main/js/xtext/XtextClient.ts
parentfeat(web): server-side content assist filtering (diff)
downloadrefinery-def79f104999710953124c77241c95a7726791f0.tar.gz
refinery-def79f104999710953124c77241c95a7726791f0.tar.zst
refinery-def79f104999710953124c77241c95a7726791f0.zip
chore(web): move logger to utils/
Diffstat (limited to 'language-web/src/main/js/xtext/XtextClient.ts')
-rw-r--r--language-web/src/main/js/xtext/XtextClient.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/language-web/src/main/js/xtext/XtextClient.ts b/language-web/src/main/js/xtext/XtextClient.ts
index 92bad0d3..7683a8ef 100644
--- a/language-web/src/main/js/xtext/XtextClient.ts
+++ b/language-web/src/main/js/xtext/XtextClient.ts
@@ -6,8 +6,8 @@ import type { Transaction } from '@codemirror/state';
6 6
7import type { EditorStore } from '../editor/EditorStore'; 7import type { EditorStore } from '../editor/EditorStore';
8import { ContentAssistService } from './ContentAssistService'; 8import { ContentAssistService } from './ContentAssistService';
9import { getLogger } from '../logging';
10import { UpdateService } from './UpdateService'; 9import { UpdateService } from './UpdateService';
10import { getLogger } from '../utils/logger';
11import { ValidationService } from './ValidationService'; 11import { ValidationService } from './ValidationService';
12import { XtextWebSocketClient } from './XtextWebSocketClient'; 12import { XtextWebSocketClient } from './XtextWebSocketClient';
13 13