Skip to content

Commit

Permalink
Also temp: what’s in the types?
Browse files Browse the repository at this point in the history
Might remove this check anyway, the types are generated
  • Loading branch information
eyelidlessness committed Oct 12, 2023
1 parent f3ffcf6 commit fb91a9d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/tree-sitter-xpath/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"test": "npm-run-all -nl test:*",
"test:grammar": "tree-sitter test",
"test:web": "playwright test",
"test:types": "tsc --project ./tsconfig.test-types.json"
"test:types": "cat ./types/tree-sitter-xpath-parser.d.ts && tsc --project ./tsconfig.test-types.json"
},
"devDependencies": {
"@asgerf/dts-tree-sitter": "^0.1.0",
Expand All @@ -49,5 +49,6 @@
"resolutions": {
"**/tree-sitter": "^0.20.5",
"@asgerf/dts-tree-sitter/tree-sitter": "^0.20.5"
}
},
"main": "bindings/node"
}

0 comments on commit fb91a9d

Please sign in to comment.