Skip to content

Commit

Permalink
chore: fix gen type script
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Mar 24, 2023
1 parent 8af0192 commit e8bec77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/update-types-for-node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ const estreeCode = [
import type { TSESTree } from "@typescript-eslint/types"
export type Node = TSESTree.Node
export type Program = TSESTree.Program
export type Expression = TSESTree.Expression
export type Statement = TSESTree.Statement
export type Pattern = TSESTree.Pattern`,
Expand Down

0 comments on commit e8bec77

Please sign in to comment.