mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
handful more tests
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// @target: ES6
|
||||
// @module: amd
|
||||
|
||||
var decorator: ClassDecorator;
|
||||
|
||||
@decorator
|
||||
export default class Foo {}
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
// @target: ES6
|
||||
// @module: commonjs
|
||||
|
||||
var decorator: ClassDecorator;
|
||||
|
||||
@decorator
|
||||
export default class Foo {}
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
// @target: ES6
|
||||
// @module: system
|
||||
|
||||
var decorator: ClassDecorator;
|
||||
|
||||
@decorator
|
||||
export default class Foo {}
|
||||
@@ -0,0 +1,7 @@
|
||||
// @target: ES6
|
||||
// @module: umd
|
||||
|
||||
var decorator: ClassDecorator;
|
||||
|
||||
@decorator
|
||||
export default class Foo {}
|
||||
Reference in New Issue
Block a user