oranoran / antlr4-autosuggest-js

JavaScript auto-suggest engine for ANTLR4 grammars
MIT License
42 stars 16 forks source link

Slightly improved debug #7

Closed WiseBird closed 6 years ago

WiseBird commented 6 years ago

Set's toString method returns [object Set] so better to convert it to array to see real values in debug

oranoran commented 6 years ago

Good idea, but needs to be able to compile before it can be merged :-) Looks like a redundant closing paren. Please use npm test (after npm install of course) to test your changes before committing.

WiseBird commented 6 years ago

Good idea, but needs to be able to compile before it can be merged :-) Looks like a redundant closing paren.

I used github's inline edit feature, wasn't great idea apparently.

WiseBird commented 6 years ago

Fixed