-
-
Notifications
You must be signed in to change notification settings - Fork 77
Closed
Description
I'm trying to use node.isMissing()
for improving https://github.com/mads-hartmann/bash-language-server, but the startPosition
and endPosition
are off for the fi
type below.
Example
if [[ $PATH_INPUT -nt $PATH_OUTPUT ]]; then
babel --compact false ${PATH_INPUT} > ${PATH_OUTPUT}
f
echo "test"
The missing node will be shown after the echo
statement, although I would expect it to fail at the position of f
.
Any advice how to fix this?
Metadata
Metadata
Assignees
Labels
No labels