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
I don't think they can be handled at compile time, since they are instances created by the table script we cannot query when compiling (table elements, enums etc work because we have them all at compile time).
So the getObject() method should return a ScopeHandler-like proxy that keeps an index when accessing props and methods and returns the correctly spelled version.
Local Scope
This should be doable at compile time, since all variables are declared in the same scope and don't come from other included files we know nothing about. I think I've tried this already but ascope choked at the AST we have when we do this.
The text was updated successfully, but these errors were encountered:
Still a few items on the list:
ScopeHandler
proxy)VbsApi
)VbsApi
)VbsApi
)And probably more.
TODO
COM Implementations
I don't think they can be handled at compile time, since they are instances created by the table script we cannot query when compiling (table elements, enums etc work because we have them all at compile time).
So the
getObject()
method should return aScopeHandler
-like proxy that keeps an index when accessing props and methods and returns the correctly spelled version.Local Scope
This should be doable at compile time, since all variables are declared in the same scope and don't come from other included files we know nothing about. I think I've tried this already but
ascope
choked at the AST we have when we do this.The text was updated successfully, but these errors were encountered: