Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Install the exact version instead of range#249

Open
sadick254 wants to merge 1 commit intomasterfrom
use-exact-match
Open

Install the exact version instead of range#249
sadick254 wants to merge 1 commit intomasterfrom
use-exact-match

Conversation

@sadick254
Copy link
Contributor

^version means install any version that is compatible with the range.
This means npm can even install tree-sitter-javascript version 0.15
since in semver 0.15 should be compatible with 0.19. tree-sitter seems
to have broken semver. 0.15 is not compatible with 0.19

`^version` means install any version that is compatible with the range.
This means npm can even install tree-sitter-javascript version 0.15
since in semver 0.15 should be compatible with 0.19. tree-sitter seems
to have broken semver. 0.15 is not compatible with 0.19
@sadikovi
Copy link
Contributor

sadikovi commented Oct 7, 2021

Thanks for opening a PR, I think this may not work since it requires my special tree-sitter-java-dev version which contains bug fixes. I tried to push them upstream to tree-sitter-java but those were rejected. Maybe you can fix it as

"tree-sitter-java-dev": "0.16.0-dev2"

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants