mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-06-09 03:06:52 -05: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 {}
|
||||
@@ -0,0 +1,7 @@
|
||||
// @target: ES6
|
||||
// @module: commonjs
|
||||
|
||||
var decorator: ClassDecorator;
|
||||
|
||||
@decorator
|
||||
export default class Foo {}
|
||||
@@ -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