Skip to content

Commit 3251a8e

Browse files
authored
Merge pull request #126 from solidity-parser/cleanup
unused types
2 parents 643956a + 1221fd3 commit 3251a8e

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)