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 0f2f453 commit 1221fd3Copy full SHA for 1221fd3
src/ast-types.ts
@@ -3,7 +3,7 @@
3
// Alex Browne <https://github.com/albrow>
4
// Xiao Liang <https://github.com/yxliang01>
5
6
-export interface Position {
+interface Position {
7
line: number
8
column: number
9
}
src/types.ts
@@ -1,7 +1,3 @@
1
-export interface Node {
2
- type: string
-}
-
export interface TokenizeOptions {
range?: boolean
loc?: boolean
0 commit comments