File tree Expand file tree Collapse file tree 1 file changed +32
-2
lines changed
Expand file tree Collapse file tree 1 file changed +32
-2
lines changed Original file line number Diff line number Diff line change @@ -5,5 +5,35 @@ export {
55 AST_TOKEN_TYPES ,
66} from '@typescript-eslint/types'
77
8- // eslint-disable-next-line ts/no-restricted-imports
9- export * from '@typescript-eslint/utils/ast-utils'
8+ export {
9+ isArrowToken ,
10+ isClassOrTypeElement ,
11+ isClosingBraceToken ,
12+ isClosingBracketToken ,
13+ isClosingParenToken ,
14+ isColonToken ,
15+ isCommaToken ,
16+ isCommentToken ,
17+ isFunction ,
18+ isFunctionOrFunctionType ,
19+ isIdentifier ,
20+ isNodeOfTypes ,
21+ isNotClosingParenToken ,
22+ isNotCommaToken ,
23+ isNotOpeningParenToken ,
24+ isNotOptionalChainPunctuator ,
25+ isNotSemicolonToken ,
26+ isOpeningBraceToken ,
27+ isOpeningBracketToken ,
28+ isOpeningParenToken ,
29+ isOptionalCallExpression ,
30+ isOptionalChainPunctuator ,
31+ isParenthesized ,
32+ isSemicolonToken ,
33+ isTokenOnSameLine ,
34+ isTSConstructorType ,
35+ isTSFunctionType ,
36+ isTypeKeyword ,
37+ isVariableDeclarator ,
38+ LINEBREAK_MATCHER ,
39+ } from '@typescript-eslint/utils/ast-utils'
You can’t perform that action at this time.
0 commit comments