Skip to content

Commit e24a7e0

Browse files
committed
Remove wildcard emoji
1 parent a578211 commit e24a7e0

File tree

4 files changed

+66
-66
lines changed

4 files changed

+66
-66
lines changed

packages/cli/test/snapshots/[email protected]

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -17,39 +17,39 @@ Build tools:
1717
⚠️ A require call resolved to an ESM JavaScript file, which is an error in Node and some bundlers. CommonJS consumers will need to use a dynamic import. https://github.com/arethetypeswrong/arethetypeswrong.github.io/blob/main/docs/problems/CJSResolvesToESM.md
1818
1919
20-
┌─────────────────────────────────────────┬──────────────────────┬──────────────────────────────┬───────────────────┬───────────────
21-
│ │ node10 │ node16 (from CJS) │ node16 (from ESM) │ bundler
22-
├─────────────────────────────────────────┼──────────────────────┼──────────────────────────────┼───────────────────┼───────────────
23-
│ "axios" │ 🟢 │ 🟢 (CJS) │ 🟢 (ESM) │ 🟢
24-
├─────────────────────────────────────────┼──────────────────────┼──────────────────────────────┼───────────────────┼───────────────
25-
│ "axios/unsafe/*" │ (wildcard) │ ❓ (wildcard) │ ❓ (wildcard) │ ❓ (wildcard) │
26-
├─────────────────────────────────────────┼──────────────────────┼──────────────────────────────┼───────────────────┼───────────────
27-
│ "axios/unsafe/core/settle.js" │ 💀 Resolution failed │ ❌ No types │ ❌ No types │ ❌ No types
28-
│ │ │ ⚠️ ESM (dynamic import only) │ │
29-
├─────────────────────────────────────────┼──────────────────────┼──────────────────────────────┼───────────────────┼───────────────
30-
│ "axios/unsafe/core/buildFullPath.js" │ 💀 Resolution failed │ ❌ No types │ ❌ No types │ ❌ No types
31-
│ │ │ ⚠️ ESM (dynamic import only) │ │
32-
├─────────────────────────────────────────┼──────────────────────┼──────────────────────────────┼───────────────────┼───────────────
33-
│ "axios/unsafe/helpers/isAbsoluteURL.js" │ 💀 Resolution failed │ ❌ No types │ ❌ No types │ ❌ No types
34-
│ │ │ ⚠️ ESM (dynamic import only) │ │
35-
├─────────────────────────────────────────┼──────────────────────┼──────────────────────────────┼───────────────────┼───────────────
36-
│ "axios/unsafe/helpers/buildURL.js" │ 💀 Resolution failed │ ❌ No types │ ❌ No types │ ❌ No types
37-
│ │ │ ⚠️ ESM (dynamic import only) │ │
38-
├─────────────────────────────────────────┼──────────────────────┼──────────────────────────────┼───────────────────┼───────────────
39-
│ "axios/unsafe/helpers/combineURLs.js" │ 💀 Resolution failed │ ❌ No types │ ❌ No types │ ❌ No types
40-
│ │ │ ⚠️ ESM (dynamic import only) │ │
41-
├─────────────────────────────────────────┼──────────────────────┼──────────────────────────────┼───────────────────┼───────────────
42-
│ "axios/unsafe/adapters/http.js" │ 💀 Resolution failed │ ❌ No types │ ❌ No types │ ❌ No types
43-
│ │ │ ⚠️ ESM (dynamic import only) │ │
44-
├─────────────────────────────────────────┼──────────────────────┼──────────────────────────────┼───────────────────┼───────────────
45-
│ "axios/unsafe/adapters/xhr.js" │ 💀 Resolution failed │ ❌ No types │ ❌ No types │ ❌ No types
46-
│ │ │ ⚠️ ESM (dynamic import only) │ │
47-
├─────────────────────────────────────────┼──────────────────────┼──────────────────────────────┼───────────────────┼───────────────
48-
│ "axios/unsafe/utils.js" │ 💀 Resolution failed │ ❌ No types │ ❌ No types │ ❌ No types
49-
│ │ │ ⚠️ ESM (dynamic import only) │ │
50-
├─────────────────────────────────────────┼──────────────────────┼──────────────────────────────┼───────────────────┼───────────────
51-
│ "axios/package.json" │ 🟢 (JSON) │ 🟢 (JSON) │ 🟢 (JSON) │ 🟢 (JSON)
52-
└─────────────────────────────────────────┴──────────────────────┴──────────────────────────────┴───────────────────┴───────────────
20+
┌─────────────────────────────────────────┬──────────────────────┬──────────────────────────────┬───────────────────┬─────────────┐
21+
│ │ node10 │ node16 (from CJS) │ node16 (from ESM) │ bundler │
22+
├─────────────────────────────────────────┼──────────────────────┼──────────────────────────────┼───────────────────┼─────────────┤
23+
│ "axios" │ 🟢 │ 🟢 (CJS) │ 🟢 (ESM) │ 🟢 │
24+
├─────────────────────────────────────────┼──────────────────────┼──────────────────────────────┼───────────────────┼─────────────┤
25+
│ "axios/unsafe/*" │ (wildcard) (wildcard) (wildcard) (wildcard)
26+
├─────────────────────────────────────────┼──────────────────────┼──────────────────────────────┼───────────────────┼─────────────┤
27+
│ "axios/unsafe/core/settle.js" │ 💀 Resolution failed │ ❌ No types │ ❌ No types │ ❌ No types │
28+
│ │ │ ⚠️ ESM (dynamic import only) │ │ │
29+
├─────────────────────────────────────────┼──────────────────────┼──────────────────────────────┼───────────────────┼─────────────┤
30+
│ "axios/unsafe/core/buildFullPath.js" │ 💀 Resolution failed │ ❌ No types │ ❌ No types │ ❌ No types │
31+
│ │ │ ⚠️ ESM (dynamic import only) │ │ │
32+
├─────────────────────────────────────────┼──────────────────────┼──────────────────────────────┼───────────────────┼─────────────┤
33+
│ "axios/unsafe/helpers/isAbsoluteURL.js" │ 💀 Resolution failed │ ❌ No types │ ❌ No types │ ❌ No types │
34+
│ │ │ ⚠️ ESM (dynamic import only) │ │ │
35+
├─────────────────────────────────────────┼──────────────────────┼──────────────────────────────┼───────────────────┼─────────────┤
36+
│ "axios/unsafe/helpers/buildURL.js" │ 💀 Resolution failed │ ❌ No types │ ❌ No types │ ❌ No types │
37+
│ │ │ ⚠️ ESM (dynamic import only) │ │ │
38+
├─────────────────────────────────────────┼──────────────────────┼──────────────────────────────┼───────────────────┼─────────────┤
39+
│ "axios/unsafe/helpers/combineURLs.js" │ 💀 Resolution failed │ ❌ No types │ ❌ No types │ ❌ No types │
40+
│ │ │ ⚠️ ESM (dynamic import only) │ │ │
41+
├─────────────────────────────────────────┼──────────────────────┼──────────────────────────────┼───────────────────┼─────────────┤
42+
│ "axios/unsafe/adapters/http.js" │ 💀 Resolution failed │ ❌ No types │ ❌ No types │ ❌ No types │
43+
│ │ │ ⚠️ ESM (dynamic import only) │ │ │
44+
├─────────────────────────────────────────┼──────────────────────┼──────────────────────────────┼───────────────────┼─────────────┤
45+
│ "axios/unsafe/adapters/xhr.js" │ 💀 Resolution failed │ ❌ No types │ ❌ No types │ ❌ No types │
46+
│ │ │ ⚠️ ESM (dynamic import only) │ │ │
47+
├─────────────────────────────────────────┼──────────────────────┼──────────────────────────────┼───────────────────┼─────────────┤
48+
│ "axios/unsafe/utils.js" │ 💀 Resolution failed │ ❌ No types │ ❌ No types │ ❌ No types │
49+
│ │ │ ⚠️ ESM (dynamic import only) │ │ │
50+
├─────────────────────────────────────────┼──────────────────────┼──────────────────────────────┼───────────────────┼─────────────┤
51+
│ "axios/package.json" │ 🟢 (JSON) │ 🟢 (JSON) │ 🟢 (JSON) │ 🟢 (JSON) │
52+
└─────────────────────────────────────────┴──────────────────────┴──────────────────────────────┴───────────────────┴─────────────┘
5353
5454
5555
```

packages/cli/test/snapshots/[email protected] --exclude-entrypoints macros -f ascii.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@ bundler: 🟢
6969
7070
"vue/dist/*"
7171
72-
node10: (wildcard)
73-
node16 (from CJS): (wildcard)
74-
node16 (from ESM): (wildcard)
75-
bundler: (wildcard)
72+
node10: (wildcard)
73+
node16 (from CJS): (wildcard)
74+
node16 (from ESM): (wildcard)
75+
bundler: (wildcard)
7676
7777
***********************************
7878

packages/cli/test/snapshots/[email protected] --include-entrypoints .foo -f ascii.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@ bundler: 🟢
6969
7070
"vue/dist/*"
7171
72-
node10: (wildcard)
73-
node16 (from CJS): (wildcard)
74-
node16 (from ESM): (wildcard)
75-
bundler: (wildcard)
72+
node10: (wildcard)
73+
node16 (from CJS): (wildcard)
74+
node16 (from ESM): (wildcard)
75+
bundler: (wildcard)
7676
7777
***********************************
7878

0 commit comments

Comments
 (0)