@wavemaker/angular-codegen 11.0.0-next.138581 → 11.0.0-next.138582
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.
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"tslib": "^2.0.0",
|
|
69
69
|
"x2js": "3.2.6",
|
|
70
70
|
"zone.js": "~0.11.4",
|
|
71
|
-
"@wavemaker/app-ng-runtime": "11.0.0-next.
|
|
71
|
+
"@wavemaker/app-ng-runtime": "11.0.0-next.138582"
|
|
72
72
|
},
|
|
73
73
|
"devDependencies": {
|
|
74
74
|
"@ampproject/rollup-plugin-closure-compiler": "0.8.5",
|
|
@@ -41135,7 +41135,7 @@ class ASTCompiler {
|
|
|
41135
41135
|
const ast = this.cAst;
|
|
41136
41136
|
const stmts = this.cStmts;
|
|
41137
41137
|
const k = this.build(ast.key, stmts);
|
|
41138
|
-
const o = this.build(ast.
|
|
41138
|
+
const o = this.build(ast.receiver, stmts);
|
|
41139
41139
|
const v = this.createVar();
|
|
41140
41140
|
stmts.push(`${v}=${o}&&${o}[${k}]`);
|
|
41141
41141
|
return v;
|
|
@@ -41135,7 +41135,7 @@ class ASTCompiler {
|
|
|
41135
41135
|
const ast = this.cAst;
|
|
41136
41136
|
const stmts = this.cStmts;
|
|
41137
41137
|
const k = this.build(ast.key, stmts);
|
|
41138
|
-
const o = this.build(ast.
|
|
41138
|
+
const o = this.build(ast.receiver, stmts);
|
|
41139
41139
|
const v = this.createVar();
|
|
41140
41140
|
stmts.push(`${v}=${o}&&${o}[${k}]`);
|
|
41141
41141
|
return v;
|