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