xref: /third_party/node/test/fixtures/node_modules/pkgexports-sugar/main.js
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/node/test/fixtures/node_modules/pkgexports-sugar/
11cb0ef41Sopenharmony_ciconst assert = require('assert');
21cb0ef41Sopenharmony_cimodule.exports = 'main';
31cb0ef41Sopenharmony_ci
41cb0ef41Sopenharmony_ci// Test self-resolve
51cb0ef41Sopenharmony_cirequire('@exports/sugar');
61cb0ef41Sopenharmony_ci
71cb0ef41Sopenharmony_ci// Test self-resolve dynamic import
81cb0ef41Sopenharmony_ciimport('@exports/sugar').then(impt => {
91cb0ef41Sopenharmony_ci  assert.strictEqual(impt.default, 'main');
101cb0ef41Sopenharmony_ci});
11

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