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
#244 introduced sourcing aware symbol resolution where source commands (e.g. . myfile.sh or source ./file.bash) is used for figure out which symbols are available in a given context.
The current implementation is fairly crude and can be extended a bit to resolve basic variable expansions and sourcing statements in functions and loops.
The text was updated successfully, but these errors were encountered:
#244 introduced sourcing aware symbol resolution where source commands (e.g.
. myfile.sh
orsource ./file.bash
) is used for figure out which symbols are available in a given context.The current implementation is fairly crude and can be extended a bit to resolve basic variable expansions and sourcing statements in functions and loops.
The text was updated successfully, but these errors were encountered: