node/test/message/esm_loader_syntax_error.mjs
Guy Bedford 93226a5097
esm: unflag --experimental-modules
PR-URL: https://github.com/nodejs/node/pull/29866
Backport-PR-URL: https://github.com/nodejs/node/pull/33055
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Myles Borins <myles.borins@gmail.com>
2020-05-13 17:52:54 +02:00

3 lines
156 B
JavaScript

// Flags: --experimental-loader ./test/fixtures/es-module-loaders/syntax-error.mjs
import '../common/index.mjs';
console.log('This should not be printed');