@komaci/static-analyzer 246.0.3 → 246.0.5

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/build/shared.js +1 -0
  2. package/package.json +3 -3
package/build/shared.js CHANGED
@@ -95,6 +95,7 @@ function analyzeSrcForInvalidGetterFunctions(adgIndex, rootAst, moduleMetadata,
95
95
  const diagnostics = [];
96
96
  const validGetters = [];
97
97
  const { getters } = (0, common_shared_1.getPropertyMetadataFromAst)(rootAst);
98
+ (0, common_shared_1.setGetterPropertyTypeBeforeProcessing)(getters, adgIndex, moduleMetadata);
98
99
  const adg = moduleMetadata.adgs.get(adgIndex);
99
100
  if (getters.length > 0 && adg) {
100
101
  getters.forEach((getterFunc, index) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@komaci/static-analyzer",
3
- "version": "246.0.3",
3
+ "version": "246.0.5",
4
4
  "description": "Komaci Diagnostics API",
5
5
  "homepage": "https://komaci.dev/",
6
6
  "repository": {
@@ -29,10 +29,10 @@
29
29
  ],
30
30
  "dependencies": {
31
31
  "@babel/types": "^7.9.0",
32
- "@komaci/common-shared": "246.0.3"
32
+ "@komaci/common-shared": "246.0.5"
33
33
  },
34
34
  "devDependencies": {
35
- "@komaci/types": "246.0.3"
35
+ "@komaci/types": "246.0.5"
36
36
  },
37
37
  "peerDependencies": {
38
38
  "@lwc/metadata": "2.40.0-0",