mirror of
https://github.com/swc-project/swc.git
synced 2024-12-29 00:23:10 +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
|