-
Notifications
You must be signed in to change notification settings - Fork 143
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b533b31
commit 36f83ea
Showing
2 changed files
with
9 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
[package] | ||
name = "tree-sitter-stack-graphs-typescript" | ||
version = "0.2.0" | ||
description = "Stack graphs definition for TypeScript using tree-sitter-typescript" | ||
version = "0.3.0" | ||
description = "Stack graphs definition for TypeScript & TSX using tree-sitter-typescript" | ||
readme = "README.md" | ||
keywords = ["tree-sitter", "stack-graphs", "typescript"] | ||
keywords = ["tree-sitter", "stack-graphs", "typescript", "tsx"] | ||
authors = ["Hendrik van Antwerpen <[email protected]>"] | ||
license = "MIT OR Apache-2.0" | ||
edition = "2018" | ||
|