swc/crates/swc_ecma_parser/tests/tsc/nodeModulesAllowJsExportlessJsModuleDetectionAuto.ts

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