Files
fredy/test/esmock-loader.mjs

4 lines
123 B
JavaScript
Raw Normal View History

2025-09-03 14:47:56 +02:00
import { register } from 'node:module';
import { pathToFileURL } from 'node:url';
register('esmock', pathToFileURL('./'));