mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-20 19:45:07 -06:00
handful more tests
This commit is contained in:
parent
b31ac2e946
commit
57162e9b59
@ -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 {}
|
||||
Loading…
x
Reference in New Issue
Block a user