mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-06 11:54:44 -06:00
Added tests.
This commit is contained in:
parent
640db0d010
commit
dd0a2e0340
6
tests/cases/conformance/salsa/exportDefaultInJsFile01.ts
Normal file
6
tests/cases/conformance/salsa/exportDefaultInJsFile01.ts
Normal file
@ -0,0 +1,6 @@
|
||||
// @allowJS: true
|
||||
// @target: es3
|
||||
// @module: commonjs
|
||||
|
||||
// @filename: myFile01.js
|
||||
export default "hello";
|
||||
6
tests/cases/conformance/salsa/exportDefaultInJsFile02.ts
Normal file
6
tests/cases/conformance/salsa/exportDefaultInJsFile02.ts
Normal file
@ -0,0 +1,6 @@
|
||||
// @allowJS: true
|
||||
// @target: es2015
|
||||
// @module: es2015
|
||||
|
||||
// @filename: myFile02.js
|
||||
export default "hello";
|
||||
Loading…
x
Reference in New Issue
Block a user