mirror of
https://github.com/swc-project/swc.git
synced 2024-12-29 16:42:28 +03:00
8 lines
222 B
TypeScript
8 lines
222 B
TypeScript
|
// @module: node16,nodenext
|
||
|
// @allowJs: true
|
||
|
// @outDir: ./out
|
||
|
// @moduleDetection: auto
|
||
|
// @filename: foo.cjs
|
||
|
// this file is a module despite having no imports
|
||
|
// @filename: bar.js
|
||
|
// however this file is _not_ a module
|