atom / language-go

Go language package for Atom
Other
106 stars 65 forks source link

Install the exact version instead of range #186

Closed sadick254 closed 3 years ago

sadick254 commented 3 years ago

^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