Closed paustint closed 10 months ago
Ensure that all expressionNegation entries are visited instead of just the first one in the case where there aer multiple negations in a row
expressionNegation
Removed NOT IN keyword in lexer to avoid false positives for identifiers (fields) that start with In preceded by NOT
NOT IN
In
NOT
Enable typescript strict mode to help enforce handling data properly - this required many minor updates.
Improved visitor types to better express actual shape of context
resolves https://github.com/jetstreamapp/soql-parser-js/issues/237
Ensure that all
expressionNegation
entries are visited instead of just the first one in the case where there aer multiple negations in a rowRemoved
NOT IN
keyword in lexer to avoid false positives for identifiers (fields) that start withIn
preceded byNOT
Enable typescript strict mode to help enforce handling data properly - this required many minor updates.
Improved visitor types to better express actual shape of context
resolves https://github.com/jetstreamapp/soql-parser-js/issues/237