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
* Add public access to a SourceFile's code units
This makes it possible to efficiently reparse information from around
a `FileSpan`, such as to expand it through surrounding whitespace
characters. Otherwise, a caller would have to call `getText()` which
can be very expensive in a tight loop.
* Fix lints
* Update CHANGELOG.md
Co-authored-by: Devon Carew <[email protected]>
---------
Co-authored-by: Devon Carew <[email protected]>
0 commit comments