Files
Kmake/test/fixtures/es-modules/tla/execution.mjs

4 lines
101 B
JavaScript
Raw Permalink Normal View History

2026-05-26 23:36:42 -07:00
import process from 'node:process';
process._rawDebug('I am executed');
await Promise.resolve('hi');