Show type decorators

This commit is contained in:
Kirill Bulatov 2019-07-23 16:38:21 +03:00
parent 1d68e6171e
commit 169e69d217
5 changed files with 175 additions and 1 deletions

View file

@ -6,6 +6,7 @@ import * as onEnter from './on_enter';
import * as parentModule from './parent_module';
import * as runnables from './runnables';
import * as syntaxTree from './syntaxTree';
import * as inlayHints from './inlay_hints';
export {
analyzerStatus,
@ -15,5 +16,6 @@ export {
parentModule,
runnables,
syntaxTree,
onEnter
onEnter,
inlayHints,
};