Move parentModule to the new Ctx

This commit is contained in:
Aleksey Kladov 2019-12-30 17:03:05 +01:00
parent 5aebf1081d
commit 9bfeac708d
3 changed files with 37 additions and 37 deletions

View file

@ -4,9 +4,9 @@ import { analyzerStatus } from './analyzer_status';
import { matchingBrace } from './matching_brace';
import { joinLines } from './join_lines';
import { onEnter } from './on_enter';
import { parentModule } from './parent_module';
import * as expandMacro from './expand_macro';
import * as inlayHints from './inlay_hints';
import * as parentModule from './parent_module';
import * as runnables from './runnables';
import * as syntaxTree from './syntaxTree';