Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / tree-sitter/node-tree-sitter issues and pull requests
#237 - Release 0.22.2
Pull Request -
State: closed - Opened by amaanq about 2 months ago
#236 - ci: actually build arm64 binaries, & publish releases to gh
Pull Request -
State: closed - Opened by amaanq about 2 months ago
#235 - [Bug] NPM package precompile binaries for `linux-arm64` are `x64` binaries
Issue -
State: closed - Opened by YonatanTzuryHud about 2 months ago
- 3 comments
#233 - Add github releases for 0.22
Issue -
State: closed - Opened by joshka 3 months ago
- 1 comment
#232 - Bump to C++20 prevents usage on Ubuntu 20.04 with Node.js <= 20
Issue -
State: closed - Opened by segevfiner 4 months ago
- 3 comments
#231 - Roman
Pull Request -
State: closed - Opened by 786maan 4 months ago
#230 - Support compiling single-file executables via `bun build --compile`
Pull Request -
State: closed - Opened by Jarred-Sumner 4 months ago
- 2 comments
#229 - Update to 0.24
Pull Request -
State: closed - Opened by amaanq 4 months ago
#228 - Update to tree-sitter v0.24.2
Pull Request -
State: closed - Opened by verhovsky 4 months ago
- 4 comments
#227 - No release in six months?
Issue -
State: closed - Opened by ahelwer 5 months ago
- 4 comments
#226 - Prebuild for arm64 for Linux and Windows
Pull Request -
State: closed - Opened by verhovsky 5 months ago
- 5 comments
#225 - prebuild: doesn't have arm-64
Issue -
State: closed - Opened by shivamsouravjha 5 months ago
- 1 comment
#224 - [question] How can we identify the uniqueness of a class?
Issue -
State: open - Opened by liaodalin19903 6 months ago
#223 - [question] How to query out all the properties and methods from a class?
Issue -
State: open - Opened by liaodalin19903 6 months ago
#222 - Parsing fails with large inputs
Issue -
State: closed - Opened by clentfort 6 months ago
- 3 comments
#221 - [demo request] Is there any demo for using query-syntax #Capturing Nodes?
Issue -
State: open - Opened by liaodalin19903 6 months ago
#219 - [question] Why use `new Query()` to create query instance, the TypeScript will get error?
Issue -
State: closed - Opened by liaodalin19903 6 months ago
- 3 comments
#218 - [question] How to get the inheritance chain of an already obtained class?
Issue -
State: open - Opened by liaodalin19903 6 months ago
#217 - [question] I searched all the source code of `tree-sitter`, there is no `IdentifierNode`, why there has log?
Issue -
State: closed - Opened by liaodalin19903 6 months ago
- 3 comments
#216 - Create codeql.ymlconsole.log(tree.rootNode.toString()); // (program // (lexical_declaration // (variable_declarator (identifier) (number))) // (expression_statement // (call_expression // (member_expression (identifier) (property_identifier)) // (arguments (identifier))))) const callExpression = tree.rootNode.child(1).firstChild; console.log(callExpression); // { type: 'call_expression', // startPosition: {row: 0, column: 16}, // endPosition: {row: 0, column: 30}, // startIndex: 0, // endIndex: 30 }
Pull Request -
State: closed - Opened by cklim0815is 6 months ago
#215 - [question] How do VSCode parse languages?
Issue -
State: closed - Opened by liaodalin19903 7 months ago
- 1 comment
#214 - fix: Fix parsing when string is larger than buffer length
Pull Request -
State: closed - Opened by segevfiner 7 months ago
- 2 comments
#213 - [question] How to query out the classes and funcs from source code?
Issue -
State: closed - Opened by liaodalin19903 7 months ago
- 1 comment
#212 - make: *** No rule to make target `Release/obj.target/tree_sitter/vendor/tree-sitter/lib/src/lib.o', needed by `Release/tree_sitter.a'. Stop.
Issue -
State: closed - Opened by liaodalin19903 7 months ago
- 3 comments
#211 - Consider adding an async version of `Parser.parse`
Issue -
State: closed - Opened by segevfiner 7 months ago
- 3 comments
#210 - Docs?
Issue -
State: open - Opened by WillsterJohnson 7 months ago
#209 - Fix missing types in QueryMatch
Pull Request -
State: closed - Opened by segevfiner 7 months ago
#208 - Remove `QueryCapture.text` from typings. It's not really there
Pull Request -
State: closed - Opened by segevfiner 7 months ago
- 1 comment
#207 - feat: Add iterator methods to Query
Pull Request -
State: open - Opened by segevfiner 8 months ago
- 5 comments
#206 - Fix Tree.printDotGraph ignoring fd
Pull Request -
State: closed - Opened by segevfiner 8 months ago
#205 - Build prebuilds on Ubuntu 20.04
Pull Request -
State: closed - Opened by segevfiner 8 months ago
#204 - fix: compilation with clang >=18
Pull Request -
State: closed - Opened by deepak1556 8 months ago
- 1 comment
#203 - prebuild `tree-sitter.node` can not dlopen on ubuntu20
Issue -
State: closed - Opened by arashrun 8 months ago
#202 - BUG: Parser.Tree#printDotGraph should honor fd
Issue -
State: closed - Opened by ogiekako 9 months ago
#201 - Fix memory leak in CallbackInput
Pull Request -
State: closed - Opened by JJIngram 9 months ago
- 4 comments
#199 - Bug: `Parser.parse(string)` fails if the string length is `>=` than the buffer size
Issue -
State: closed - Opened by kestred 9 months ago
- 5 comments
#198 - Nonexistent property `QueryCapture.text` in typings
Issue -
State: closed - Opened by segevfiner 11 months ago
#197 - Fix for the NodeClass is not a constructor issue
Pull Request -
State: closed - Opened by segevfiner 11 months ago
#196 - intermittent `TypeError: NodeClass is not a constructor` when getting tree nodes
Issue -
State: closed - Opened by verhovsky 11 months ago
- 7 comments
#195 - test parser's included ranges & update submodule
Pull Request -
State: closed - Opened by amaanq 11 months ago
#194 - node siter fails when included in a react based project and webpack >5
Issue -
State: closed - Opened by raul1991 11 months ago
- 3 comments
#193 - Invalid language object with tree-sitter v0.21 - caused by NAPI?
Issue -
State: closed - Opened by rien 11 months ago
- 4 comments
#192 - build: switch to prebuildify
Pull Request -
State: closed - Opened by ObserverOfTime 12 months ago
#191 - refactor!: renaming and aligning with wasm
Pull Request -
State: closed - Opened by amaanq 12 months ago
#190 - Convert to NAPI
Pull Request -
State: closed - Opened by segevfiner 12 months ago
- 7 comments
#189 - Can't use in VS Code extension
Issue -
State: closed - Opened by verhovsky about 1 year ago
- 4 comments
#188 - The module 'l\node_modules\tree-sitter\build\Release\tree_sitter_runtime_binding.node' was compiled against a different Node.js version using NODE_MODULE_VERSION 115. This version of Node.js requires NODE_MODULE_VERSION 118. Please try re-compiling or re-installing the module (for instance, using `npm rebuild` or `npm install`)
Issue -
State: closed - Opened by suraiya-syed about 1 year ago
- 3 comments
#187 - .
Issue -
State: closed - Opened by YourHomeModPro about 1 year ago
#186 - fix: do not install `parser.h`
Pull Request -
State: closed - Opened by amaanq about 1 year ago
#185 - Pin to Ubuntu 20.04 which is the actual minimum for at least Node 18
Pull Request -
State: closed - Opened by segevfiner about 1 year ago
#184 - Make the module context aware
Pull Request -
State: closed - Opened by segevfiner about 1 year ago
- 15 comments
#183 - Repository name change name to tree-sitter-node
Issue -
State: closed - Opened by Angelk90 about 1 year ago
- 2 comments
#182 - Attempt to update query handling based on 'web-tree-sitter/binding.js'
Pull Request -
State: closed - Opened by restlessronin about 1 year ago
- 12 comments
#181 - Tree.rootNode undefined in jest tests due to race condition
Issue -
State: closed - Opened by sdtblck about 1 year ago
- 4 comments
#180 - Support `not-match?` predict operator
Pull Request -
State: closed - Opened by ddannyc about 1 year ago
- 1 comment
#179 - Support for all query predicates supported by "official" tree sitter queries
Issue -
State: open - Opened by segevfiner about 1 year ago
#178 - Consider making Query matches/captures iterators
Issue -
State: open - Opened by segevfiner about 1 year ago
#177 - update for v8 memory cage in node-electron V21
Pull Request -
State: closed - Opened by rtllxndr about 1 year ago
#176 - fix: install only `include/tree_sitter/api.h` file
Pull Request -
State: closed - Opened by ahlinc about 1 year ago
- 1 comment
#175 - BFS not working, some internal problem with cursor
Issue -
State: closed - Opened by unphased about 1 year ago
- 1 comment
#173 - Special characters in rule names cause Uncaught SyntaxError
Issue -
State: closed - Opened by rien over 1 year ago
- 2 comments
#172 - electron version 19.0.17
Issue -
State: closed - Opened by 878487489 over 1 year ago
- 1 comment
#170 - Remove prebuild commands from package.json
Pull Request -
State: closed - Opened by verhovsky over 1 year ago
#169 - Node module version mismatch when integrating tree-sitter with VS Code extension
Issue -
State: closed - Opened by StachuDotNet over 1 year ago
- 5 comments
#168 - Silently fails while importing on VSCode extension debugger
Issue -
State: closed - Opened by Yanqiao4396 over 1 year ago
- 8 comments
#167 - .
Issue -
State: closed - Opened by Mistiterane over 1 year ago
#166 - salt
Issue -
State: closed - Opened by Mistiterane over 1 year ago
#165 - Prebuild binaries for electron
Issue -
State: closed - Opened by sbasher314 over 1 year ago
- 2 comments
#164 - Fix issue #53: Illegal invocation in Jest tests
Pull Request -
State: closed - Opened by ilanashapiro over 1 year ago
- 4 comments
#163 - Keep API in-line with upstream
Pull Request -
State: closed - Opened by amaanq over 1 year ago
- 8 comments
#159 - Silence "incompatible function types" warning
Pull Request -
State: closed - Opened by verhovsky over 1 year ago
#158 - Several warnings and lots of ugly output when installing from npm
Issue -
State: closed - Opened by kaiyoma over 1 year ago
- 1 comment
#157 - Tree sitter Node bindings segfault when accessing certain properties
Issue -
State: closed - Opened by connor4312 almost 2 years ago
- 5 comments
#156 - void Tree::GetChangedRanges(const Nan::FunctionCallbackInfo<Value> &info) { const Tree *tree = ObjectWrap::Unwrap<Tree>(info.This()); const Tree *other_tree = UnwrapTree(info[0]); if (!other_tree) { Nan::ThrowTypeError("Argument must be a tree"); return; } uint32_t range_count; TSRange *ranges = ts_tree_get_changed_ranges(tree->tree_, other_tree->tree_, &range_count); Local<Array> result = Nan::New<Array>(); for (size_t i = 0; i < range_count; i++) { Nan::Set(result, i, RangeToJS(ranges[i])); } info.GetReturnValue().Set(result); }
Issue -
State: closed - Opened by scottwad over 1 year ago
- 2 comments
#155 - include node_buffer.h on Windows + Electron
Pull Request -
State: closed - Opened by verhovsky over 1 year ago
#154 - [question] How to check whether two SyntaxNodes are the same?
Issue -
State: open - Opened by FFdhorkin over 1 year ago
- 4 comments
Labels: question
#153 - Module not found Error
Issue -
State: closed - Opened by goneXII over 1 year ago
- 1 comment
#152 - Can't resolve './build/Debug/tree_sitter_runtime_binding.node' in 'D:\vue-admin-template\node_modules\tree-sitter'
Issue -
State: closed - Opened by goneXII over 1 year ago
#151 - Support Electron 13+ on Windows
Pull Request -
State: closed - Opened by verhovsky over 1 year ago
- 4 comments
#150 - Fix macro
Pull Request -
State: closed - Opened by verhovsky over 1 year ago
#149 - Partially revert #95
Pull Request -
State: closed - Opened by verhovsky over 1 year ago
#148 - Fix Windows Electron macro
Pull Request -
State: closed - Opened by verhovsky over 1 year ago
#147 - Fix memory leak in getChangedRanges()
Pull Request -
State: closed - Opened by verhovsky over 1 year ago
#146 - 0.20.3
Pull Request -
State: closed - Opened by verhovsky over 1 year ago
#145 - Prebuild most Node and Electron versions in CI
Pull Request -
State: closed - Opened by verhovsky over 1 year ago
#144 - Fix vscode/electron crash
Pull Request -
State: closed - Opened by selfint over 1 year ago
- 2 comments
#143 - Publish to npm through GitHub Actions
Pull Request -
State: closed - Opened by verhovsky over 1 year ago
#142 - Update tree-sitter to 0.20.8
Pull Request -
State: closed - Opened by verhovsky over 1 year ago
#141 - Remove superstring
Pull Request -
State: closed - Opened by verhovsky over 1 year ago
#140 - Prebuild through GitHub Actions
Pull Request -
State: closed - Opened by verhovsky over 1 year ago
#139 - Fix GitHub Actions CI
Pull Request -
State: closed - Opened by verhovsky over 1 year ago
#137 - Segfault
Issue -
State: closed - Opened by Sanger2000 over 1 year ago
- 2 comments
#136 - ReferenceError: grammar is not defined
Issue -
State: closed - Opened by Mohan-Dhawan over 1 year ago
- 1 comment
#135 - `prebuild-install` should be in package.json's dev dependencies
Issue -
State: closed - Opened by aedryan almost 2 years ago
- 3 comments
#134 - Make code compilable on Node 19
Pull Request -
State: closed - Opened by verhovsky almost 2 years ago
#133 - Update TreeCursor types
Pull Request -
State: closed - Opened by verhovsky almost 2 years ago
- 1 comment
#132 - GitHub Action to do npm ci ; npm test
Pull Request -
State: closed - Opened by cclauss almost 2 years ago
- 1 comment
#131 - Replace AppVeyor with GitHub Actions
Pull Request -
State: closed - Opened by verhovsky almost 2 years ago
#130 - Error: compiled against a different Node.js version (108 vs 93)
Issue -
State: closed - Opened by jleven almost 2 years ago
- 3 comments