Skip to content

Commit

Permalink
build: update bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
ObserverOfTime committed Mar 10, 2024
1 parent 7744f81 commit 0e466c4
Show file tree
Hide file tree
Showing 8 changed files with 381 additions and 38 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-14]
steps:
- name: Set up repository
uses: tree-sitter/parser-setup-action@v1.1
uses: tree-sitter/parser-setup-action@v1.2
with:
node-version: ${{vars.NODE_VERSION}}
- name: Check for scanner changes
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ target/

# Node artifacts
build/
prebuilds/
node_modules/
*.tgz

Expand Down
18 changes: 3 additions & 15 deletions bindings/node/index.js

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

2 changes: 1 addition & 1 deletion grammar.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/// <reference types="./types/dsl" />
/// <reference types="tree-sitter-cli/dsl" />
// @ts-check

module.exports = grammar({
Expand Down
Loading

0 comments on commit 0e466c4

Please sign in to comment.