@komaci/esm-generator 242.1.1 → 242.1.3
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.
|
@@ -151,6 +151,8 @@ describe('proccessGetters', () => {
|
|
|
151
151
|
.get(0)
|
|
152
152
|
.properties.get('perfectlyGood');
|
|
153
153
|
expect(prop?.functionIndex).not.toBeUndefined();
|
|
154
|
+
const adg = moduleMetadata.adgs.get(0);
|
|
155
|
+
expect(adg?.requiredAdgFactoryFunctions.has(common_shared_1.IdKeys.UNRESOLVED_VALUE)).toBeTruthy();
|
|
154
156
|
});
|
|
155
157
|
it('should process and return empty array for no valid getters', () => {
|
|
156
158
|
const input = {
|
|
@@ -62,6 +62,7 @@ function processGetters(adgIndex, moduleContext, moduleMetadata, getterMethodPat
|
|
|
62
62
|
if (property) {
|
|
63
63
|
property.type = common_shared_1.PropertyTypes.GETTER;
|
|
64
64
|
property.functionIndex = common_shared_1.UNSUPPORTED_FUNCTION;
|
|
65
|
+
adg.requiredAdgFactoryFunctions.add(common_shared_1.IdKeys.UNRESOLVED_VALUE);
|
|
65
66
|
}
|
|
66
67
|
}
|
|
67
68
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@komaci/esm-generator",
|
|
3
|
-
"version": "242.1.
|
|
3
|
+
"version": "242.1.3",
|
|
4
4
|
"description": "Komaci generator for ADG ES modules",
|
|
5
5
|
"homepage": "https://komaci.dev/",
|
|
6
6
|
"repository": {
|
|
@@ -28,13 +28,13 @@
|
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@babel/core": "^7.9.0",
|
|
30
30
|
"@babel/generator": "^7.9.0",
|
|
31
|
-
"@komaci/common-shared": "242.1.
|
|
32
|
-
"@komaci/static-analyzer": "242.1.
|
|
31
|
+
"@komaci/common-shared": "242.1.3",
|
|
32
|
+
"@komaci/static-analyzer": "242.1.3",
|
|
33
33
|
"o11y": "^240.7.0"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@babel/types": "^7.9.0",
|
|
37
|
-
"@komaci/types": "242.1.
|
|
37
|
+
"@komaci/types": "242.1.3",
|
|
38
38
|
"@lwc-platform/sfdc-lwc-compiler": "^2.18.0-240.2"
|
|
39
39
|
}
|
|
40
40
|
}
|