mirror of
https://github.com/swc-project/swc.git
synced 2024-12-11 07:35:15 +03:00
6 lines
105 B
TypeScript
6 lines
105 B
TypeScript
|
// @allowJS: true
|
||
|
// @target: es3
|
||
|
// @module: commonjs
|
||
|
|
||
|
// @filename: myFile01.js
|
||
|
export default "hello";
|