tree-sitter-typescript icon indicating copy to clipboard operation
tree-sitter-typescript copied to clipboard

TypeScript grammar for tree-sitter

Results 35 tree-sitter-typescript issues
Sort by recently updated
recently updated
newest added

### Did you check existing issues? - [X] I have read all the [tree-sitter docs](https://tree-sitter.github.io/tree-sitter/using-parsers) if it relates to using the parser - [X] I have searched the existing issues...

bug

There is a particularly weird issue with tree-sitter that occurs in `vscode-l10n` if building `vscode` with electron acting as node (`ELECTRON_RUN_AS_NODE=1 electron`). Started with electron version 21 onwards. This could...

bug

I want use this repo in my c project. Could you offer a binding for c. example: https://github.com/tree-sitter/tree-sitter-javascript/pull/272 Thank you.

If you add `tree-sitter-typescript` as a dependency of a project, and point to the created `node_modules` folder from the `tree-sitter-cli`'s `config.json`, it will be missing the files references in the...

bug

TypeScript allows declarations in the global namespace from within ambient module declarations. This form is used in several of the declaration files for Node.js (e.g. buffer.d.ts, console.d.ts).

### Did you check the tree-sitter docs? - [X] I have read all the [tree-sitter docs](https://tree-sitter.github.io/tree-sitter/using-parsers) if it relates to using the parser ### Is your feature request related to...

enhancement

### Did you check existing issues? - [X] I have read all the [tree-sitter docs](https://tree-sitter.github.io/tree-sitter/using-parsers) if it relates to using the parser - [X] I have searched the existing issues...

bug

### Did you check existing issues? - [X] I have read all the [tree-sitter docs](https://tree-sitter.github.io/tree-sitter/using-parsers) if it relates to using the parser - [X] I have searched the existing issues...

bug

### Did you check existing issues? - [X] I have read all the [tree-sitter docs](https://tree-sitter.github.io/tree-sitter/using-parsers) if it relates to using the parser - [X] I have searched the existing issues...

bug

## Description This pull request includes the following changes: 1 - **Updated README.md**: - Added a new section titled "Python usage" that provides instructions on how to install and use...