antlr4: TypeScript missing critical class definition exports

I was trying to write a template for TypeScript for testing the new target on grammars-v4. There is (are) important classes that need to be exported. Otherwise, I am blocked, and there will be no testing of the target in grammars-v4 because the trgen templates require a consistent runtime API in order to provide consistent functionality across targets.

I don’t know why certain classes do not have corresponding TypeScript export class definition files. It should be identical to the list of exported symbols in Java.

About this issue

  • Original URL
  • State: closed
  • Created a year ago
  • Comments: 16 (16 by maintainers)

Commits related to this issue

Most upvoted comments

Can you submit a PR ? That would avoid me adding stuff in the wrong place…