|
| 1 | +# [email protected] --entrypoints-legacy --ignore-rules=cjs-only-exports-default |
| 2 | + |
| 3 | +``` |
| 4 | +$ attw [email protected] --entrypoints-legacy --ignore-rules=cjs-only-exports-default |
| 5 | +
|
| 6 | +
|
| 7 | +eslint-module-utils v2.8.1 |
| 8 | +
|
| 9 | +Build tools: |
| 10 | +- typescript@next |
| 11 | +
|
| 12 | + (ignoring rules: 'cjs-only-exports-default') |
| 13 | +
|
| 14 | + No problems found 🌟 |
| 15 | +
|
| 16 | +
|
| 17 | +┌─────────────────────────────────────────┬────────┬───────────────────┬───────────────────┬─────────┐ |
| 18 | +│ │ node10 │ node16 (from CJS) │ node16 (from ESM) │ bundler │ |
| 19 | +├─────────────────────────────────────────┼────────┼───────────────────┼───────────────────┼─────────┤ |
| 20 | +│ "eslint-module-utils/declaredScope.js" │ 🟢 │ 🟢 (CJS) │ 🟢 (CJS) │ 🟢 │ |
| 21 | +├─────────────────────────────────────────┼────────┼───────────────────┼───────────────────┼─────────┤ |
| 22 | +│ "eslint-module-utils/hash.js" │ 🟢 │ 🟢 (CJS) │ 🟢 (CJS) │ 🟢 │ |
| 23 | +├─────────────────────────────────────────┼────────┼───────────────────┼───────────────────┼─────────┤ |
| 24 | +│ "eslint-module-utils/ignore.js" │ 🟢 │ 🟢 (CJS) │ 🟢 (CJS) │ 🟢 │ |
| 25 | +├─────────────────────────────────────────┼────────┼───────────────────┼───────────────────┼─────────┤ |
| 26 | +│ "eslint-module-utils/module-require.js" │ 🟢 │ 🟢 (CJS) │ 🟢 (CJS) │ 🟢 │ |
| 27 | +├─────────────────────────────────────────┼────────┼───────────────────┼───────────────────┼─────────┤ |
| 28 | +│ "eslint-module-utils/ModuleCache.js" │ 🟢 │ 🟢 (CJS) │ 🟢 (CJS) │ 🟢 │ |
| 29 | +├─────────────────────────────────────────┼────────┼───────────────────┼───────────────────┼─────────┤ |
| 30 | +│ "eslint-module-utils/moduleVisitor.js" │ 🟢 │ 🟢 (CJS) │ 🟢 (CJS) │ 🟢 │ |
| 31 | +├─────────────────────────────────────────┼────────┼───────────────────┼───────────────────┼─────────┤ |
| 32 | +│ "eslint-module-utils/parse.js" │ 🟢 │ 🟢 (CJS) │ 🟢 (CJS) │ 🟢 │ |
| 33 | +├─────────────────────────────────────────┼────────┼───────────────────┼───────────────────┼─────────┤ |
| 34 | +│ "eslint-module-utils/pkgDir.js" │ 🟢 │ 🟢 (CJS) │ 🟢 (CJS) │ 🟢 │ |
| 35 | +├─────────────────────────────────────────┼────────┼───────────────────┼───────────────────┼─────────┤ |
| 36 | +│ "eslint-module-utils/pkgUp.js" │ 🟢 │ 🟢 (CJS) │ 🟢 (CJS) │ 🟢 │ |
| 37 | +├─────────────────────────────────────────┼────────┼───────────────────┼───────────────────┼─────────┤ |
| 38 | +│ "eslint-module-utils/readPkgUp.js" │ 🟢 │ 🟢 (CJS) │ 🟢 (CJS) │ 🟢 │ |
| 39 | +├─────────────────────────────────────────┼────────┼───────────────────┼───────────────────┼─────────┤ |
| 40 | +│ "eslint-module-utils/resolve.js" │ 🟢 │ 🟢 (CJS) │ 🟢 (CJS) │ 🟢 │ |
| 41 | +├─────────────────────────────────────────┼────────┼───────────────────┼───────────────────┼─────────┤ |
| 42 | +│ "eslint-module-utils/unambiguous.js" │ 🟢 │ 🟢 (CJS) │ 🟢 (CJS) │ 🟢 │ |
| 43 | +├─────────────────────────────────────────┼────────┼───────────────────┼───────────────────┼─────────┤ |
| 44 | +│ "eslint-module-utils/visit.js" │ 🟢 │ 🟢 (CJS) │ 🟢 (CJS) │ 🟢 │ |
| 45 | +└─────────────────────────────────────────┴────────┴───────────────────┴───────────────────┴─────────┘ |
| 46 | +
|
| 47 | +
|
| 48 | +``` |
| 49 | + |
| 50 | +Exit code: 0 |
0 commit comments