tunnelvisionlabs / antlr4ts

Optimized TypeScript target for ANTLR 4
Other
624 stars 106 forks source link

use `override` instead of `// @Override` #548

Open mjy9088 opened 2 months ago

mjy9088 commented 2 months ago

My project uses noImplicitOverride option in tsconfig.json.

I got so many errors: error TS4114: This member must have an 'override' modifier because it overrides a member in the base class ...

1R053 commented 1 month ago

see #549