···44const ignoreWarnings = new Set([
55 '--experimental-loader is an experimental feature. This feature could change at any time',
66 'Custom ESM Loaders is an experimental feature. This feature could change at any time',
77+ 'Custom ESM Loaders is an experimental feature and might change at any time',
78])
89910const { emit } = process