Changed
- Support conditional compilation (
#if) inside class bodies (#1744) - Performance: Lazily allocate SymbolTable siblings/complementsTables (#1822)
- Performance: Skip per-token toLowerCase+Set lookup for Token.isReserved (#1820)
- Performance: Fix O(n^2) clearByFilter cost during validation (#1819)
Fixed
- Fix Array callfunc argument false-positive across component scopes (#1817)