atom / language-c

C support in Atom
Other
118 stars 152 forks source link

Install the exact version instead of range #369

Closed sadick254 closed 2 years ago

sadick254 commented 2 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