Revert "babylon: throw parse error if class properties do not have a semicolon (fixes T6873)"
This reverts commit 976edfc067.
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
class A {
|
||||
asdf = 1
|
||||
}
|
||||
@@ -1,4 +0,0 @@
|
||||
{
|
||||
"throws": "A semicolon is required after a class property (3:0)",
|
||||
"plugins": ["classProperties"]
|
||||
}
|
||||
@@ -1,3 +0,0 @@
|
||||
class A {
|
||||
asdf
|
||||
}
|
||||
@@ -1,4 +0,0 @@
|
||||
{
|
||||
"throws": "A semicolon is required after a class property (3:0)",
|
||||
"plugins": ["classProperties"]
|
||||
}
|
||||
Reference in New Issue
Block a user