Skip to content
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
Compare
Choose a tag to compare
@hzoo hzoo released this 28 Aug 22:18
· 69 commits to master since this release

v7.0.0-beta.22 (2017-08-28)

πŸ› Bug Fix

let child: Element<any> = <img src={url} key="img" />;

AST change

interface PrivateName <: Expression, Pattern {
  type: "PrivateName";
- name: Identifier;
+ id: Identifier;
}

πŸ’… Polish

  • #658 Syntax Error: add message with the plugin that should be enabled. (@hzoo)

screen shot 2017-08-03 at 5 00 49 pm

Committers: 3