We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14d9ea1 commit ca1cecfCopy full SHA for ca1cecf
test/es-module/test-esm-exports-deprecations.mjs
@@ -7,10 +7,16 @@ const expectedWarnings = [
7
'Use of deprecated leading or trailing slash',
8
'Use of deprecated double slash',
9
'.//asdf.js',
10
+ '".//internal/test.js"',
11
+ '".//internal//test.js"',
12
+ '"./////internal/////test.js"',
13
'"./trailing-pattern-slash/"',
14
'"./subpath/dir1/dir1.js"',
15
'"./subpath//dir1/dir1.js"',
16
17
18
19
20
'no_exports',
21
'default_index',
22
];
0 commit comments