Skip to content

Commit

Permalink
Ensure we generate TS code for ABI v13
Browse files Browse the repository at this point in the history
  • Loading branch information
keynmol committed Jun 26, 2024
1 parent 2e2a60c commit 66c03fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 47 deletions.
2 changes: 1 addition & 1 deletion cmd/scip/tests/reprolang/generate-tree-sitter-parser.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ set -eux
SCRIPT_DIR="$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
cd "$SCRIPT_DIR"
yarn install
./node_modules/.bin/tree-sitter generate
./node_modules/.bin/tree-sitter generate --abi 13
yarn --cwd ../../../.. run prettier
47 changes: 1 addition & 46 deletions cmd/scip/tests/reprolang/src/parser.c

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 66c03fa

Please sign in to comment.