cursorless-dev / vscode-parse-tree

Syntax trees for VSCode using tree-sitter
MIT License
40 stars 35 forks source link

Add swift language support (already a tree-sitter language). #70

Closed swsnider closed 8 months ago

swsnider commented 8 months ago

Had to set resolution overrides for node-gyp and nan to get everything building locally with node v19.8.1 and yarn 1.22.19

pokey commented 8 months ago

cc/ @auscompgeek re resolution overrides; any thoughts on that one? also cc/ @phillco I wonder if these resolution overrides would fix the issues you're seeing in #69

edit: note that I reverted the resolutions stuff in this PR, as it is out of scope; see the original commit to understand what the change was https://github.com/cursorless-dev/vscode-parse-tree/pull/70/commits/c2a53ac6d78b03b637833774af844a87f6bb6eea#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519R133-R136

pokey commented 8 months ago

Released in 0.27.0

auscompgeek commented 8 months ago

yarn resolutions would probably fix the build issues people are seeing, but it's weird a package depends on node-gyp, I think?