xref: /third_party/node/test/es-module/test-esm-import-attributes-1.mjs
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/node/test/es-module/
11cb0ef41Sopenharmony_ciimport '../common/index.mjs';
21cb0ef41Sopenharmony_ciimport { strictEqual } from 'assert';
31cb0ef41Sopenharmony_ci
41cb0ef41Sopenharmony_ciimport secret from '../fixtures/experimental.json' with { type: 'json' };
51cb0ef41Sopenharmony_ci
61cb0ef41Sopenharmony_cistrictEqual(secret.ofLife, 42);
7

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