-
Notifications
You must be signed in to change notification settings - Fork 12.9k
Closed
Labels
APIRelates to the public API for TypeScriptRelates to the public API for TypeScriptFixedA PR has been merged for this issueA PR has been merged for this issue
Milestone

Description
There are a bunch of useful functions in utilities.ts
that just test against a node kind, such as isImportClause
. Currently these are all @internal
. Could these be made public?
This would help slim down tsutils, which duplicates much of this behavior. Predicates like isDeclaration
would be especially hard to maintain duplicates of.
jwbay
Metadata
Metadata
Assignees
Labels
APIRelates to the public API for TypeScriptRelates to the public API for TypeScriptFixedA PR has been merged for this issueA PR has been merged for this issue