Commits
Click on a commit to change the comparison rangerefactor(ast/estree): shorten raw deser code (#9944)
Shorten and simplify some `raw_deser` code, by using `THIS.prop` instead of `DESER[TypeOfProp](POS_OFFSET.prop)`.
As well as being shorter, this also results in more efficient deserializer code, as it avoids deserializing the same value twice.9 months ago
by overlookmotel