mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
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>
4 lines
156 B
JavaScript
4 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');
|