node/test/fixtures/es-modules/dynamic-import/import.mjs

3 lines
69 B
JavaScript

import('deps').then(mod => { console.log('hello ' + mod.hello); });