Files
Kmake/test/fixtures/es-modules/dynamic-import/import.cjs

3 lines
69 B
JavaScript
Raw Normal View History

2026-05-26 23:36:42 -07:00
import('deps').then(mod => { console.log('hello ' + mod.hello); });