Jialei Jin

Results 5 comments of Jialei Jin

I am having the same error. It happens if `buildOptimizer` is turned on. see https://angular.io/cli/build `--buildOptimizer=true|false` option. ![image](https://user-images.githubusercontent.com/3896260/60175551-7afc5280-9846-11e9-9668-7b931ccd5aa5.png) ![image](https://user-images.githubusercontent.com/3896260/60175556-7e8fd980-9846-11e9-9ad1-ff8baf632ecd.png) full file `ATNState.js.pre-build-optimizer.js` ```js class ATNState { constructor() { this.stateNumber =...

I am able to reproduce this issue simply by ```bash # create an angular project ng new antlr4ts-test cd antlr4ts-test yarn add antlr4ts ``` and in the `app.component.ts` ```ts import...

Thanks! @kevinramharak

@skeeto small thing. anyway, wonderful work here. i very enjoy using igloo.

`where l_shipmode in ('TRUCK', 'SHIP');` will generate follwoing relational operator ``` %2 = relalg.selection %1 (%arg0: !tuples.tuple){ %5 = db.constant("SHIP") : !db.string %6 = db.constant("TRUCK") : !db.string %7 = tuples.getcol...