Skip to content

Commit ad2d97f

Browse files
committed
Better caching
1 parent 3f0dafe commit ad2d97f

File tree

6 files changed

+129
-185
lines changed

6 files changed

+129
-185
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ hexoid v1.0.0
99
❗️ The resolved types use export default where the JavaScript file appears to use module.exports =. This will cause TypeScript under the node16 module mode to think an extra .default property access is required, but that will likely fail at runtime. These types should use export = instead of export default. https://github.com/arethetypeswrong/arethetypeswrong.github.io/blob/main/docs/problems/FalseExportDefault.md
1010
1111
12-
┌──────────┬────────┬───────────────────┬──────────────────────────────┬─────────┐
13-
│ │ node10 │ node16 (from CJS) │ node16 (from ESM) │ bundler │
14-
├──────────┼────────┼───────────────────┼──────────────────────────────┼─────────┤
15-
│ "hexoid" │ 🟢 │ 🟢 (CJS) │ ❗️ Incorrect default export │ 🟢
16-
└──────────┴────────┴───────────────────┴──────────────────────────────┴─────────┘
12+
┌──────────┬──────────────────────────────┬──────────────────────────────┬──────────────────────────────┬──────────────────────────────┐
13+
│ │ node10 │ node16 (from CJS) │ node16 (from ESM) │ bundler
14+
├──────────┼──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼──────────────────────────────┤
15+
│ "hexoid" │ ❗️ Incorrect default export │ ❗️ Incorrect default export │ ❗️ Incorrect default export │ ❗️ Incorrect default export
16+
└──────────┴──────────────────────────────┴──────────────────────────────┴──────────────────────────────┴──────────────────────────────┘
1717
1818
1919
```

0 commit comments

Comments
 (0)