fix(bindings): update swift & node dependencies (#4432) (#4499)

Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
This commit is contained in:
tree-sitter-ci-bot[bot] 2025-06-07 15:09:22 -04:00 committed by GitHub
parent 415a657d08
commit 4fcf78cfec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 24 additions and 19 deletions

View file

@ -22,8 +22,15 @@
"examples": [
"Rust",
"HTML"
],
"$comment": "This is used in the description and the class names."
]
},
"title": {
"type": "string",
"description": "The title of the language.",
"examples": [
"Rust",
"HTML"
]
},
"scope": {
"type": "string",
@ -237,9 +244,7 @@
"properties": {
"c": {
"type": "boolean",
"default": true,
"const": true,
"$comment": "Always generated"
"default": true
},
"go": {
"type": "boolean",
@ -255,9 +260,7 @@
},
"node": {
"type": "boolean",
"default": true,
"const": true,
"$comment": "Always generated (for now)"
"default": true
},
"python": {
"type": "boolean",
@ -265,9 +268,7 @@
},
"rust": {
"type": "boolean",
"default": true,
"const": true,
"$comment": "Always generated"
"default": true
},
"swift": {
"type": "boolean",