rokucommunity / brighterscript

A superset of Roku's BrightScript language
MIT License
152 stars 47 forks source link

Track file path for every token #1221

Closed TwitchBronBron closed 3 weeks ago

TwitchBronBron commented 1 month ago

Currently we don't have a way to say "this token was from fileA, but is currently in fileB". We only track line and column. We should convert everything to .location having .range and .path

TwitchBronBron commented 1 month ago

I've started work on this. It's a lot.....I'll get a PR up early next week.