We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8af0192 commit e8bec77Copy full SHA for e8bec77
tools/update-types-for-node.ts
@@ -32,6 +32,7 @@ const estreeCode = [
32
import type { TSESTree } from "@typescript-eslint/types"
33
34
export type Node = TSESTree.Node
35
+export type Program = TSESTree.Program
36
export type Expression = TSESTree.Expression
37
export type Statement = TSESTree.Statement
38
export type Pattern = TSESTree.Pattern`,
0 commit comments