xref: /third_party/node/test/es-module/test-esm-loader-dependency.mjs
  • 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-with-dep.mjs
21cb0ef41Sopenharmony_ci/* eslint-disable node-core/require-common-first, node-core/required-modules */
31cb0ef41Sopenharmony_ciimport '../fixtures/es-modules/test-esm-ok.mjs';
41cb0ef41Sopenharmony_ci
51cb0ef41Sopenharmony_ci// We just test that this module doesn't fail loading
6

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