optional-tree-sitter.patch 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. diff --git a/build/package-lock.json b/build/package-lock.json
  2. index 445e842..1dea5d1 100644
  3. --- a/build/package-lock.json
  4. +++ b/build/package-lock.json
  5. @@ -59,3 +59,2 @@
  6. "through2": "^4.0.2",
  7. - "tree-sitter": "^0.22.4",
  8. "vscode-universal-bundler": "^0.1.3",
  9. @@ -65,2 +64,3 @@
  10. "optionalDependencies": {
  11. + "tree-sitter": "^0.22.4",
  12. "tree-sitter-typescript": "^0.23.2",
  13. @@ -3416,4 +3416,4 @@
  14. "integrity": "sha512-LA4ZjwlnUblHVgq0oBF3Jl/6h/Nvs5fzBLwdEF4nuxnFdsfajde4WfxtJr3CaiH+F6ewcIB/q4jQ4UzPyid+CQ==",
  15. - "devOptional": true,
  16. "license": "MIT",
  17. + "optional": true,
  18. "bin": {
  19. @@ -4243,5 +4243,5 @@
  20. "integrity": "sha512-usbHZP9/oxNsUY65MQUsduGRqDHQOou1cagUSwjhoSYAmSahjQDAVsh9s+SlZkn8X8+O1FULRGwHu7AFP3kjzg==",
  21. - "dev": true,
  22. "hasInstallScript": true,
  23. "license": "MIT",
  24. + "optional": true,
  25. "dependencies": {
  26. @@ -4316,4 +4316,4 @@
  27. "integrity": "sha512-lytcDEdxKjGJPTLEfW4mYMigRezMlyJY8W4wxJK8zE533Jlb8L8dRuObJFWg2P+AuOIxoCgKF+2Oq4d4Zd0OUA==",
  28. - "dev": true,
  29. "license": "MIT",
  30. + "optional": true,
  31. "engines": {
  32. diff --git a/build/package.json b/build/package.json
  33. index 73d4f42..0eaf964 100644
  34. --- a/build/package.json
  35. +++ b/build/package.json
  36. @@ -53,3 +53,2 @@
  37. "through2": "^4.0.2",
  38. - "tree-sitter": "^0.22.4",
  39. "vscode-universal-bundler": "^0.1.3",
  40. @@ -65,2 +64,3 @@
  41. "optionalDependencies": {
  42. + "tree-sitter": "^0.22.4",
  43. "tree-sitter-typescript": "^0.23.2",