-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
I'm currently importing types, e.g. ParamNames
, from nested files in the npm package, e.g. freemarker-parser/enum/ParamNames
. This works, but it can be a bit of a hassle to hunt down the type I need.
It would be really convenient if I could import node/enum/param types directly from root. E.g. import { ConditionNode, CallExpression, ParamNames } from 'freemarker-parser'
.
What do you think?
Metadata
Metadata
Assignees
Labels
No labels