Skip to content

Commit 1221fd3

Browse files
committed
unused types
1 parent 0f2f453 commit 1221fd3

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

src/ast-types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Alex Browne <https://github.com/albrow>
44
// Xiao Liang <https://github.com/yxliang01>
55

6-
export interface Position {
6+
interface Position {
77
line: number
88
column: number
99
}

src/types.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
export interface Node {
2-
type: string
3-
}
4-
51
export interface TokenizeOptions {
62
range?: boolean
73
loc?: boolean

0 commit comments

Comments
 (0)