Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-07 | syntax: support add new operators | Jo-Philipp Wich | |
- Support ES2016 exponentiation (**) and exponentiation assignment (**=) - Support ES2020 nullish coalescing (??) and logical nullish assignment (??=) - Support ES2021 logical and assignment (&&=) and logical or assignment (||=) Signed-off-by: Jo-Philipp Wich <jo@mein.io> |