Add a flag to indicate editing mode that assumes input to be incomplete.
- avoid
invalid ast when possible
- eagerly close unclosed parenthesis and other brackets
- close unclosed string literals
- keep original source locations - any assumed fixes should not take space
Add a flag to indicate editing mode that assumes input to be incomplete.
invalidast when possible