@komaci/esm-generator 248.1.5 → 248.1.7
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.
|
@@ -15,7 +15,8 @@ export declare function compositionsToArrayExpression(moduleMetadata: ModuleMeta
|
|
|
15
15
|
/**
|
|
16
16
|
* Convert any of the Komaci composition types into a babel expression, to be included in the generated module.
|
|
17
17
|
* NOTE: For instances where a composition has an isActive coditional, the module will be using the u function provided by the fct factory object to
|
|
18
|
-
* to check for an unresolved value. This function can be overridden, otherwise the default implementaitno will be used.
|
|
18
|
+
* to check for an unresolved value. This function can be overridden, otherwise the default implementaitno will be used.
|
|
19
|
+
* https://gus.lightning.force.com/lightning/r/ADM_Work__c/a07EE00001emCyhYAE/view
|
|
19
20
|
* @param {ModuleMetadata} moduleMetadata collected module metadata about this given component
|
|
20
21
|
* @param {Composition} composition the Composition to covert
|
|
21
22
|
* @param {string[]} iterationContext if this is being called from inside an iteration we need that prepend context for bindingToExpression
|
|
@@ -68,7 +68,8 @@ exports.compositionsToArrayExpression = compositionsToArrayExpression;
|
|
|
68
68
|
/**
|
|
69
69
|
* Convert any of the Komaci composition types into a babel expression, to be included in the generated module.
|
|
70
70
|
* NOTE: For instances where a composition has an isActive coditional, the module will be using the u function provided by the fct factory object to
|
|
71
|
-
* to check for an unresolved value. This function can be overridden, otherwise the default implementaitno will be used.
|
|
71
|
+
* to check for an unresolved value. This function can be overridden, otherwise the default implementaitno will be used.
|
|
72
|
+
* https://gus.lightning.force.com/lightning/r/ADM_Work__c/a07EE00001emCyhYAE/view
|
|
72
73
|
* @param {ModuleMetadata} moduleMetadata collected module metadata about this given component
|
|
73
74
|
* @param {Composition} composition the Composition to covert
|
|
74
75
|
* @param {string[]} iterationContext if this is being called from inside an iteration we need that prepend context for bindingToExpression
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@komaci/esm-generator",
|
|
3
|
-
"version": "248.1.
|
|
3
|
+
"version": "248.1.7",
|
|
4
4
|
"description": "Komaci generator for ADG ES modules",
|
|
5
5
|
"homepage": "https://komaci.dev/",
|
|
6
6
|
"repository": {
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"@babel/core": "^7.9.0",
|
|
30
30
|
"@babel/generator": "^7.9.0",
|
|
31
31
|
"@babel/types": "^7.9.0",
|
|
32
|
-
"@komaci/common-shared": "248.1.
|
|
33
|
-
"@komaci/static-analyzer": "248.1.
|
|
32
|
+
"@komaci/common-shared": "248.1.7",
|
|
33
|
+
"@komaci/static-analyzer": "248.1.7"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"@komaci/types": "248.1.
|
|
36
|
+
"@komaci/types": "248.1.7",
|
|
37
37
|
"@lwc-platform/sfdc-lwc-compiler": "248.3.9-3.5.0",
|
|
38
38
|
"@lwc/metadata": "3.5.0-0"
|
|
39
39
|
}
|