Skip to content

Commit e8bec77

Browse files
committed
chore: fix gen type script
1 parent 8af0192 commit e8bec77

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: tools/update-types-for-node.ts

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ const estreeCode = [
3232
import type { TSESTree } from "@typescript-eslint/types"
3333
3434
export type Node = TSESTree.Node
35+
export type Program = TSESTree.Program
3536
export type Expression = TSESTree.Expression
3637
export type Statement = TSESTree.Statement
3738
export type Pattern = TSESTree.Pattern`,

0 commit comments

Comments
 (0)