File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " tree-sitter-typescript"
3
3
description = " Typescript grammar for tree-sitter"
4
- version = " 0.20.3 "
4
+ version = " 0.20.4 "
5
5
authors = [
" Max Brunsfeld <[email protected] >" ]
6
6
license = " MIT"
7
7
readme = " bindings/rust/README.md"
Original file line number Diff line number Diff line change 9
9
``` toml
10
10
[dependencies ]
11
11
tree-sitter = " ~0.20.10"
12
- tree-sitter-typescript = " ~0.20.3 "
12
+ tree-sitter-typescript = " ~0.20.4 "
13
13
```
14
14
15
15
Typically, you will use the [ language] [ language func ] function to add this
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " tree-sitter-typescript" ,
3
- "version" : " 0.20.3 " ,
3
+ "version" : " 0.20.4 " ,
4
4
"description" : " TypeScript grammar for tree-sitter" ,
5
5
"main" : " ./bindings/node" ,
6
6
"keywords" : [
You can’t perform that action at this time.
0 commit comments