-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(JS: ErrorListener types) #4731
Conversation
runtime/JavaScript/src/antlr4/error/DiagnosticErrorListener.d.ts
Outdated
Show resolved
Hide resolved
runtime/JavaScript/src/antlr4/error/DiagnosticErrorListener.d.ts
Outdated
Show resolved
Hide resolved
@ericvergnaud I addressed your comments, please let me know if this is ok. Thanks! |
Looks ok, thanks! But you also need to sign the DCO, see instructions here https://github.com/antlr/antlr4/pull/4731/checks?check_run_id=33170292912 |
Signed-off-by: Francisco Rodriguez Elorza <francisco.rodriguez.elorza@oracle.com>
Signed-off-by: Francisco Rodriguez Elorza <francisco.rodriguez.elorza@oracle.com>
Signed-off-by: Francisco Rodriguez Elorza <francisco.rodriguez.elorza@oracle.com>
done! Thanks @ericvergnaud ! |
Hi @ericvergnaud can you merge it 🙏 ? Thanks! |
Only Terence merges code, we'll have to wait a bit... |
Fixes: #4730
Updates TypeScript declaration file for
ErrorListener
. Additionally updatesDiagnosticErrorListener
that implementsErrorListener
and adds a declaration file forBitSet
class (BitSet.d.ts
).