xref: /third_party/node/test/es-module/test-esm-shared-loader-dep.mjs (revision 1cb0ef41)
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/node/test/es-module/
11cb0ef41Sopenharmony_ci// Flags: --experimental-loader ./test/fixtures/es-module-loaders/loader-shared-dep.mjs
21cb0ef41Sopenharmony_ciimport { createRequire } from '../common/index.mjs';
31cb0ef41Sopenharmony_ci
41cb0ef41Sopenharmony_ciimport assert from 'assert';
51cb0ef41Sopenharmony_ciimport '../fixtures/es-modules/test-esm-ok.mjs';
61cb0ef41Sopenharmony_ci
71cb0ef41Sopenharmony_ciconst require = createRequire(import.meta.url);
81cb0ef41Sopenharmony_ciconst dep = require('../fixtures/es-module-loaders/loader-dep.js');
91cb0ef41Sopenharmony_ci
101cb0ef41Sopenharmony_ciassert.strictEqual(dep.format, 'module');
11

Indexes created Thu Nov 07 10:32:03 CST 2024