v1.2.0
Added
- Introduce
Prism::CodeUnitsCache.
Changed
- Properly handle lexing global variables that begin with
$-. - Properly reject invalid multi writes within parentheses.
- Fix unary
*binding power. - Set
contains_keywordsflag for implicitgetscalls when-pis used. - Properly reject invalid non-associative operator patterns.
- Do not warn about unused variables declared on negative lines.