parent
2b268fc589
commit
a762d47795
|
@ -4944,10 +4944,12 @@ self.parserlib = (() => {
|
||||||
_function({asText} = {}) {
|
_function({asText} = {}) {
|
||||||
const stream = this._tokenStream;
|
const stream = this._tokenStream;
|
||||||
if (!stream.match(Tokens.FUNCTION)) return null;
|
if (!stream.match(Tokens.FUNCTION)) return null;
|
||||||
this._ws();
|
|
||||||
|
|
||||||
const start = stream._token;
|
const start = stream._token;
|
||||||
const name = start.value.slice(0, -1);
|
const name = start.value.slice(0, -1);
|
||||||
|
|
||||||
|
this._ws();
|
||||||
|
|
||||||
const expr = this._expr(lower(name));
|
const expr = this._expr(lower(name));
|
||||||
const ieFilter = this.options.ieFilters && stream.peek() === Tokens.EQUALS ?
|
const ieFilter = this.options.ieFilters && stream.peek() === Tokens.EQUALS ?
|
||||||
this._functionIeFilter() : '';
|
this._functionIeFilter() : '';
|
||||||
|
|
Loading…
Reference in New Issue
Block a user