@komaci/static-analyzer 264.5.0 → 266.3.0

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.
Files changed (2) hide show
  1. package/AGENTS.md +5 -0
  2. package/package.json +1 -1
package/AGENTS.md ADDED
@@ -0,0 +1,5 @@
1
+ # Komaci's `static-analyzer` Package
2
+
3
+ This package is responsible for the analysis of LWC code (JavaScript, HTML, and CSS). Most of this package's functionality is used by LWC developers in the form of a linter plugin for IDEs like VSCode. The diagnostics that this package generates will show up as feedback in the IDE.
4
+
5
+ Parts of this package are also used by the `esm-generator` package when constructing the ADG for a LWC.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@komaci/static-analyzer",
3
- "version": "264.5.0",
3
+ "version": "266.3.0",
4
4
  "description": "Komaci Diagnostics API",
5
5
  "homepage": "https://komaci.dev/",
6
6
  "repository": {