mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-30 22:32:33 -05:00
Add a handful of tests
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
// @target: ES6
|
||||
// @module: amd
|
||||
export default class Foo {}
|
||||
@@ -0,0 +1,3 @@
|
||||
// @target: ES6
|
||||
// @module: commonjs
|
||||
export default class Foo {}
|
||||
@@ -0,0 +1,3 @@
|
||||
// @target: ES6
|
||||
// @module: system
|
||||
export default class Foo {}
|
||||
@@ -0,0 +1,3 @@
|
||||
// @target: ES6
|
||||
// @module: umd
|
||||
export default class Foo {}
|
||||
Reference in New Issue
Block a user