Lines Matching +full:es +full:- +full:modules
6 const Export1 = fixtures.path('/es-modules/es-note-unexpected-export-1.cjs');
7 const Export2 = fixtures.path('/es-modules/es-note-unexpected-export-2.cjs');
8 const Import1 = fixtures.path('/es-modules/es-note-unexpected-import-1.cjs');
9 const Import2 = fixtures.path('/es-modules/es-note-promiserej-import-2.cjs');
10 const Import3 = fixtures.path('/es-modules/es-note-unexpected-import-3.cjs');
11 const Import4 = fixtures.path('/es-modules/es-note-unexpected-import-4.cjs');
12 const Import5 = fixtures.path('/es-modules/es-note-unexpected-import-5.cjs');
13 const Error1 = fixtures.path('/es-modules/es-note-error-1.mjs');
14 const Error2 = fixtures.path('/es-modules/es-note-error-2.mjs');
15 const Error3 = fixtures.path('/es-modules/es-note-error-3.mjs');
16 const Error4 = fixtures.path('/es-modules/es-note-error-4.mjs');
19 const expectedNote = 'To load an ES module, ' +