mirror of
https://github.com/swc-project/swc.git
synced 2024-11-23 17:54:15 +03:00
f58b50bea7
swc_ecma_ast: - Split `MemberExpr` into `MemberExpr` and `SuperPropExpr`. - Use `Box<Expr>` for `MemberExpr.obj`. - Use ad-hoc type for `MemberExpr.prop`. - Use ad-hoc type for `SuperPropExpr.prop`. - Use `Callee` instead of `ExprOrSpread` for `CallExpr`. - Simplify types for meta property expressions. |
||
---|---|---|
.. | ||
scripts | ||
src | ||
tests | ||
Cargo.toml |