mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-20 19:45:07 -06:00
add decorator flag to tests
This commit is contained in:
parent
57162e9b59
commit
b5ac1eb0ae
@ -1,4 +1,5 @@
|
||||
// @target: ES6
|
||||
// @experimentalDecorators: true
|
||||
// @module: amd
|
||||
|
||||
var decorator: ClassDecorator;
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
// @target: ES6
|
||||
// @experimentalDecorators: true
|
||||
// @module: commonjs
|
||||
|
||||
var decorator: ClassDecorator;
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
// @target: ES6
|
||||
// @experimentalDecorators: true
|
||||
// @module: system
|
||||
|
||||
var decorator: ClassDecorator;
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
// @target: ES6
|
||||
// @experimentalDecorators: true
|
||||
// @module: umd
|
||||
|
||||
var decorator: ClassDecorator;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user