This repository has been archived by the owner on May 19, 2018. It is now read-only.
v7.0.0-beta.22
Pre-release
Pre-release
v7.0.0-beta.22 (2017-08-28)
π Bug Fix
- #702 Fix regression with generic type and jsx. (@existentialism)
let child: Element<any> = <img src={url} key="img" />;
- #698 Rename PrivateName.name to .id. (@Qantas94Heavy)
AST change
interface PrivateName <: Expression, Pattern {
type: "PrivateName";
- name: Identifier;
+ id: Identifier;
}
π Polish
Committers: 3
- Brian Ng (existentialism)
- Henry Zhu (hzoo)
- Karl Cheng (Qantas94Heavy)