Fix common prefix completion issue#2146
Conversation
|
@msujew i just have the new version a try by overrding yarn resolution. |
|
I'll have another look 👍 |
|
we have the same pattern at some other places |
|
expression reproducer model and grammar |
|
@cdietrich I've added your test, and probably found a good compromise. I had to add an |
|
@msujew my first testcase still does not work |
I've reverted all changes related to the parsing phase - the only difference should now be in the completion phase.
I have pushed a next release for you, see |
|
ok the 2nd test as a escape problem in the ts backtick string literal |
|
update: they look promising |
Closes #1370
Simply updates our version of chevrotain-allstar to 0.4.2 which includes a fix for this. Also adds a test to ensure that we don't regress in the future.