You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is that completion throws an error when used with a function interpreter. Maybe it should give a warning that you can't create a completion, or completion should be ignored.
It may be required to expose: make_interpreter function as __make_interpreter__ for the use in the pipe extension. This function will call callback with interpreter function and completion.
Issue summary
When using pipe extension
completion: true
doesn't workExpected behavior
It should create completion when using object as interpreter
Steps to reproduce
<TAB>
Browser and OS
N/A
Additional notes
The problem is that completion throws an error when used with a function interpreter. Maybe it should give a warning that you can't create a completion, or completion should be ignored.
https://codepen.io/jcubic/pen/vYoGJVV
The text was updated successfully, but these errors were encountered: