summaryrefslogtreecommitdiff
path: root/test/message/esm_display_syntax_error_import.mjs
blob: 2173cb2b2e3a71ade9abe6b36e93b2ef74dcaf97 (plain)
1
2
3
4
5
6
/* eslint-disable no-unused-vars */
import '../common/index.mjs';
import {
  foo,
  notfound
} from '../fixtures/es-module-loaders/module-named-exports.mjs';