wechat-miniprogram / glass-easel

Multiple-backend component-based JavaScript framework
MIT License
243 stars 34 forks source link

Feature Request: Support Bitwise-shift in Template Expression #166

Closed SgLy closed 5 months ago

SgLy commented 5 months ago

Including the left shift operator a << b and the right shift operator a >> b, or maybe also the unsigned left shift operator a <<< b and the unsigned right shift operator a >>> b