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
Right now, require is an impasse for the parser, so we can't have type hints, suggestions, named arguments, etc. across this border.
I have a POC for going across require on the crossing-borders branch, although that made me realise we need to first support these features for non-locals...
Support suggestions for table properties
Support type hints for static table functions
Support named arguments for static table functions
Support suggestions for (visible) global variables
Right now,
require
is an impasse for the parser, so we can't have type hints, suggestions, named arguments, etc. across this border.I have a POC for going across
require
on the crossing-borders branch, although that made me realise we need to first support these features for non-locals...pluto_definitions
(or similar) statement to allow external global variables to use these featuresThe text was updated successfully, but these errors were encountered: