Show type decorators
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user