mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
add decorator flag to tests
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
// @target: ES6
|
||||
// @experimentalDecorators: true
|
||||
// @module: amd
|
||||
|
||||
var decorator: ClassDecorator;
|
||||
|
||||
+1
@@ -1,4 +1,5 @@
|
||||
// @target: ES6
|
||||
// @experimentalDecorators: true
|
||||
// @module: commonjs
|
||||
|
||||
var decorator: ClassDecorator;
|
||||
|
||||
+1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user