@sap-ux/fe-mockserver-core
Advanced tools
Comparing version 1.4.11 to 1.4.12
@@ -189,4 +189,16 @@ "use strict"; | ||
DEF: () => { | ||
const stringToken = this.CONSUME(commonTokens_1.SIMPLEIDENTIFIERWITHWS); | ||
searchExpr.push(stringToken.image.substring(1, stringToken.image.length - 1)); | ||
this.OR([ | ||
{ | ||
ALT: () => { | ||
const stringToken = this.CONSUME(commonTokens_1.SIMPLEIDENTIFIERWITHWS); | ||
searchExpr.push(stringToken.image.substring(1, stringToken.image.length - 1)); | ||
} | ||
}, | ||
{ | ||
ALT: () => { | ||
const stringToken = this.CONSUME(commonTokens_1.SIMPLEIDENTIFIER); | ||
searchExpr.push(stringToken.image); | ||
} | ||
} | ||
]); | ||
} | ||
@@ -193,0 +205,0 @@ }); |
{ | ||
"name": "@sap-ux/fe-mockserver-core", | ||
"version": "1.4.11", | ||
"version": "1.4.12", | ||
"description": "SAP Fiori OData - Fiori elements mock server core", | ||
@@ -5,0 +5,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
662222
7705