Revert "Don't parse class properties without initializers when classProperties plugin is disabled, and Flow is enabled" (#376)

This commit is contained in:
Henry Zhu
2017-02-23 09:50:25 -05:00
committed by GitHub
parent 9ed026df08
commit b0f8405b52
7 changed files with 1 additions and 25 deletions

View File

@@ -1,3 +0,0 @@
class Foo {
bar = 'bizz';
}

View File

@@ -1,3 +0,0 @@
{
"throws": "You can only use Class Properties when the 'classProperties' plugin is enabled. (2:2)"
}