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
This code was originally in Brighterscript V1, but we elected to not have that as part of the main project, and instead move it to being handled by a linter.
Basically, this would perform a walk on the AST for every file that needs validation in a Scope validation cycle. It finds all namespaces, classes, interfaces, const, enums, etc... that might happen to match a similarly named thing.
Alos, this code was in brighterscript/Scope, so that's what this is refering to here:
This code was originally in Brighterscript V1, but we elected to not have that as part of the main project, and instead move it to being handled by a linter.
Basically, this would perform a walk on the AST for every file that needs validation in a Scope validation cycle. It finds all namespaces, classes, interfaces, const, enums, etc... that might happen to match a similarly named thing.
Alos, this code was in
brighterscript/Scope
, so that's whatthis
is refering to here:The text was updated successfully, but these errors were encountered: