rokucommunity / brighterscript

A superset of Roku's BrightScript language
MIT License
159 stars 46 forks source link

Reduce file looping during scope validation #1108

Closed TwitchBronBron closed 2 months ago

TwitchBronBron commented 6 months ago

1105 moved all scope validation into BscPlugin. However, it was then noticed that there are two separate loops iterating over files in that PR (see this comment).

We should optimize the validators to do a single loop instead of multiple.

markwpearce commented 2 months ago

potentially not an issue anymore after #1123