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