renames files
This commit is contained in:
3
test/fixtures/experimental/decorators-2/no-class-method-parameter/actual.js
vendored
Normal file
3
test/fixtures/experimental/decorators-2/no-class-method-parameter/actual.js
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
class Foo {
|
||||
constructor(@foo x) {}
|
||||
}
|
||||
3
test/fixtures/experimental/decorators-2/no-class-method-parameter/options.json
vendored
Normal file
3
test/fixtures/experimental/decorators-2/no-class-method-parameter/options.json
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"throws": "Stage 2 decorators cannot be used to decorate parameters (2:14)"
|
||||
}
|
||||
Reference in New Issue
Block a user