Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 491 Bytes

File metadata and controls

4 lines (4 loc) · 491 Bytes
category minorAnalysis
  • The extraction of location information for type parameters and tuples types has been optimized. Previously, location information was extracted multiple times for each type when it was declared across multiple files. Now, the extraction context is respected during the extraction phase, ensuring locations are only extracted within the appropriate context. This change should be transparent to end-users but may improve extraction performance in some cases.