You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you add tree-sitter-typescript as a dependency of a project, and point to the created node_modules folder from the tree-sitter-cli's config.json, it will be missing the files references in the package.json that are from tree-sitter-javascript as it is declared as a dev dependency, and even if you declare it as a normal dependency, they would still not be there due to hositing and other package manager shenanigans (e.g. pnpm).
This makes it annoying to use it that way if you want to grab that info or use a package.json to manage a folder of installed grammers.
The text was updated successfully, but these errors were encountered:
If you add
tree-sitter-typescript
as a dependency of a project, and point to the creatednode_modules
folder from thetree-sitter-cli
'sconfig.json
, it will be missing the files references in thepackage.json
that are fromtree-sitter-javascript
as it is declared as a dev dependency, and even if you declare it as a normal dependency, they would still not be there due to hositing and other package manager shenanigans (e.g. pnpm).This makes it annoying to use it that way if you want to grab that info or use a
package.json
to manage a folder of installed grammers.The text was updated successfully, but these errors were encountered: