Robert Coie
Robert Coie
I believe this is addressed by [PR 30](https://github.com/GregRos/parjs/pull/30). Here's how I worked around it: ``` import {regexp as buggyRegexp} from "parjs"; let regexp: (origRegexp: RegExp) => Parjser = buggyRegexp.bind({}); ```
``` struct OrdinaryThing - name: string - cost?: uint32 struct Person + rtti # defaults to __typename if no field name specified - id: string - name: string struct Place...
OK, I tried making a pull request. Let me know if I did something wrong, not familiar with the process.