@sap/ux-cds-compiler-facade
Advanced tools
Comparing version
@@ -429,3 +429,5 @@ "use strict"; | ||
const paramXsn = parentXsnNode?.params?.[param]; | ||
return (paramXsn?.items || paramXsn)?._effectiveType?.name?.absolute === types_1.TYPE_NAME_OF_BINDING_PARAMETER; | ||
const compiler = context.compileModel.compiler; | ||
return ((0, utils_1.getNameObj)((paramXsn?.items || paramXsn)?._effectiveType, compiler)?.absolute === | ||
types_1.TYPE_NAME_OF_BINDING_PARAMETER); | ||
}); | ||
@@ -432,0 +434,0 @@ if (bindingParameterNamed) { |
@@ -173,3 +173,3 @@ "use strict"; | ||
const paramXsn = action?.params?.[param]; | ||
return ((0, utils_1.getNameObj)((paramXsn?.items || paramXsn)?._effectiveType, this.compiler).absolute === | ||
return ((0, utils_1.getNameObj)((paramXsn?.items || paramXsn)?._effectiveType, this.compiler)?.absolute === | ||
types_1.TYPE_NAME_OF_BINDING_PARAMETER); | ||
@@ -176,0 +176,0 @@ }); |
{ | ||
"name": "@sap/ux-cds-compiler-facade", | ||
"version": "1.12.2", | ||
"version": "1.12.3", | ||
"description": "SAP Fiori tools - CDS compiler facade", | ||
@@ -37,6 +37,6 @@ "publisher": "SAPSE", | ||
"devDependencies": { | ||
"@sap-ux/cds-annotation-parser": "0.1.2", | ||
"@sap-ux/cds-annotation-parser": "0.1.7", | ||
"@sap/cds": "7.4.1", | ||
"@sap/ux-cds-compiler-types": "1.12.2", | ||
"@sap/ux-project-access": "1.12.2", | ||
"@sap/ux-cds-compiler-types": "1.12.3", | ||
"@sap/ux-project-access": "1.12.3", | ||
"madge": "4.0.2", | ||
@@ -43,0 +43,0 @@ "typescript": "5.2.2" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
341969
0.05%3737
0.05%