@gdscript-analyzer/core-linux-arm64-gnu 0.1.0 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gdscript-analyzer/core-linux-arm64-gnu",
3
- "version": "0.1.0",
3
+ "version": "0.2.1",
4
4
  "cpu": [
5
5
  "arm64"
6
6
  ],
@@ -8,11 +8,16 @@
8
8
  "files": [
9
9
  "gdscript-analyzer.linux-arm64-gnu.node"
10
10
  ],
11
- "description": "Node.js bindings for gdscript-analyzera fast, embeddable GDScript static-analysis library (Roslyn for Godot).",
11
+ "description": "Headless GDScript (Godot 4.x) static analysis for Nodediagnostics, type-aware hover, completion, symbols, and navigation. The native binding of gdscript-analyzer (Roslyn for Godot).",
12
12
  "keywords": [
13
13
  "gdscript",
14
14
  "godot",
15
+ "godot-4",
15
16
  "analyzer",
17
+ "static-analysis",
18
+ "type-inference",
19
+ "diagnostics",
20
+ "completion",
16
21
  "lsp",
17
22
  "language-server",
18
23
  "napi"