Start new ctx module

This commit is contained in:
Aleksey Kladov 2019-12-30 14:42:59 +01:00
parent 9cad88dd95
commit e53ccb6e99
4 changed files with 63 additions and 20 deletions

View file

@ -1,4 +1,4 @@
import * as analyzerStatus from './analyzer_status';
import { analyzerStatus } from './analyzer_status';
import * as applySourceChange from './apply_source_change';
import * as expandMacro from './expand_macro';
import * as inlayHints from './inlay_hints';