mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Added tests.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
// @allowJS: true
|
||||
// @target: es3
|
||||
// @module: commonjs
|
||||
|
||||
// @filename: myFile01.js
|
||||
export default "hello";
|
||||
@@ -0,0 +1,6 @@
|
||||
// @allowJS: true
|
||||
// @target: es2015
|
||||
// @module: es2015
|
||||
|
||||
// @filename: myFile02.js
|
||||
export default "hello";
|
||||
Reference in New Issue
Block a user