node/test/es-module/test-esm-shebang.mjs
Guy Bedford 796f3d0af4
esm: unflag --experimental-modules
PR-URL: https://github.com/nodejs/node/pull/29866
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Myles Borins <myles.borins@gmail.com>
2019-11-12 14:04:55 -08:00

6 lines
90 B
JavaScript

#! }]) // isn't js
import '../common/index.mjs';
const isJs = true;
export default isJs;