Skip to content

Commit

Permalink
Rename Babel parser decorator tests (#14665)
Browse files Browse the repository at this point in the history
* refactor: rename decorators-2 to decorators, decorators to decorators-legacy

* remove unused static-property options
  • Loading branch information
JLHwung committed Jun 14, 2022
1 parent c8848c9 commit f8785e9
Show file tree
Hide file tree
Showing 148 changed files with 9 additions and 12 deletions.

This file was deleted.

This file was deleted.

@@ -1,10 +1,7 @@
{
"plugins": [
[
"decorators",
{
"decoratorsBeforeExport": false
}
"decorators-legacy"
]
],
"throws": "Decorators must not be followed by a semicolon. (2:5)"
Expand Down
@@ -0,0 +1,3 @@
{
"plugins": ["decorators-legacy"]
}
@@ -1,7 +1,10 @@
{
"plugins": [
[
"decorators-legacy"
"decorators",
{
"decoratorsBeforeExport": false
}
]
],
"throws": "Decorators must not be followed by a semicolon. (2:5)"
Expand Down
@@ -1,3 +1,3 @@
{
"plugins": ["decorators-legacy"]
"plugins": [["decorators", { "decoratorsBeforeExport": false }]]
}

0 comments on commit f8785e9

Please sign in to comment.