Burt Harris

Results 72 issues of Burt Harris

Wow! I've been looking for a template like this. It has more than I could have hoped for. Thank you. The build scripts in package.json currently don't work on Windows,...

npm install generates "high" vulnerabilities, but npm often creates false positives. Results when I tried: ``` npm WARN deprecated [email protected]: In 6. x, the babel package has been deprecated in...

I've overcome some earlier difficulties by changing my example usage be like the example HTML. I now have: ```html Maintenance Window The system may be down for 2 hours starting...

Removes `npm link` from the build process. This command was leaving the development version of antlr4ts installed in the npm "global" space, which could get messy. This PR cleans up...

Doing some experimentation with Rollup.js, I find that it (among many other things) identifies and generates a warning for cycles in `import` dependencies. The code-base has quite a number of...

in progress
pull request

Strange error behavior if we upgrade to TypeScript version 3. The tsc command seems to hang or become very slow.

in progress
pull request

Hello Sam, long time no talk. I was trying to get back into this project today. I've learned a few things that could improve it. As usual, I'm doing it...

1. The jsdoc comments in this package make heavy use of the [` {@link ...}`](https://jsdoc.app/tags-inline-link.html) feature. Unfortunately general support for this has been a longstanding wish list item for the...

in progress
documentation

Let's port this simple example from [The Definitive Antlr 4 Reference](https://media.pragprog.com/titles/tpantlr2/listener.pdf) Rows.g4 grammar: ``` antlr4 grammar Rows; @parser::members { int col; public RowsParser(TokenStream input, int col) { this(input); this.col =...

bug
blocker
needs discussion

`npm run benchmark` fails on my new machine with the message above. It comes from [TestPerformance.ts](https://github.com/tunnelvisionlabs/antlr4ts/blob/625543651aaf0f8e7781a00e9c858a062f5e9cc1/benchmark/TestPerformance.ts#L429). @sharwell, I remember that one of the benchmark requirements involved getting a copy of...