We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d1d2c6 commit f594d73Copy full SHA for f594d73
test/parallel/test-startup-empty-regexp-statics.mjs
@@ -1,7 +1,7 @@
1
// We must load the CJS version here because the ESM wrapper call `hasIPv6`
2
// which compiles a RegEx.
3
// eslint-disable-next-line node-core/require-common-first
4
-import '../common/index.js';
+import common from '../common/index.js';
5
import assert from 'node:assert';
6
7
if (!common.isInsideDirWithUnusualChars) {
0 commit comments