Cameron Maunder
Cameron Maunder
I have a rule like this: ``` expression : IDENTIFIER LPAREN expressionList? RPAREN # functionExpression | LPAREN expression RPAREN # parenthesisExpression | ( OP_NOT | OP_HAS | MINUS ) expression...
Hi, I've an existing app using your library with the normalized reducer in the root app module. I'm now trying to add normalized state to a feature module, while also...
Hi Michael, Thanks for building this library, its been very useful so far. Would it be possible to add support for entities that identifiers of type number? E.g. ``` export...
I have the following entities (highly simplified). EntityA - EntityBList: Collection(EntityB) EntityB - Value: Edm.String The Value property of EntityB can store values that can be cast to numbers, but...
TODO: add a type computation since case statements should resolve to a type per @Lotes review from prior (now deleted) PR
I'm not sure the SimpleSelectStatement.select and PrimaryExpression.FunctionCall rules are correct. I'm assuming `FunctionCall` is intended to parse system function calls (E.g. ABS() or DATEADD(), etc) Problems: 1. It currently uses...
Run in powershell. All defaults selected, throws this: syntax of the command is incorrect. at ChildProcess.exithandler (node:child_process:402:12) at ChildProcess.emit (node:events:513:28) at maybeClose (node:internal/child_process:1100:16) at Process.ChildProcess._handle.onexit (node:internal/child_process:304:5) { code: 1, killed:...