Jialei Jin

Results 4 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.