igorkamyshev / farfetched

The advanced data fetching tool for web applications
https://ff.effector.dev
MIT License
190 stars 34 forks source link

Test case for possible bug, issue #426 #427

Closed igorkamyshev closed 8 months ago

cloudflare-workers-and-pages[bot] commented 10 months ago

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 3f4faed
Status: ✅  Deploy successful!
Preview URL: https://c036bb76.farfetched.pages.dev
Branch Preview URL: https://test-issue-426.farfetched.pages.dev

View logs

github-actions[bot] commented 10 months ago

ATTW

Analysis @farfetched/atomic-router v0.11.2 No problems found 🌟 "@farfetched/atomic-router" node10: 🟢 node16 (from CJS): 🟢 (CJS) node16 (from ESM): 🟢 (CJS) bundler: 🟢 *********************************** @farfetched/core v0.11.2 No problems found 🌟 "@farfetched/core" node10: 🟢 node16 (from CJS): 🟢 (CJS) node16 (from ESM): 🟢 (CJS) bundler: 🟢 *********************************** @farfetched/dev-tools v0.11.1 No problems found 🌟 "@farfetched/dev-tools" node10: 🟢 node16 (from CJS): 🟢 (CJS) node16 (from ESM): 🟢 (CJS) bundler: 🟢 *********************************** @farfetched/io-ts v0.11.2 No problems found 🌟 "@farfetched/io-ts" node10: 🟢 node16 (from CJS): 🟢 (CJS) node16 (from ESM): 🟢 (CJS) bundler: 🟢 *********************************** @farfetched/runtypes v0.11.2 No problems found 🌟 "@farfetched/runtypes" node10: 🟢 node16 (from CJS): 🟢 (CJS) node16 (from ESM): 🟢 (CJS) bundler: 🟢 *********************************** @farfetched/solid v0.11.2 No problems found 🌟 "@farfetched/solid" node10: 🟢 node16 (from CJS): 🟢 (CJS) node16 (from ESM): 🟢 (CJS) bundler: 🟢 *********************************** @farfetched/superstruct v0.11.2 No problems found 🌟 "@farfetched/superstruct" node10: 🟢 node16 (from CJS): 🟢 (CJS) node16 (from ESM): 🟢 (CJS) bundler: 🟢 *********************************** @farfetched/typed-contracts v0.11.2 No problems found 🌟 "@farfetched/typed-contracts" node10: 🟢 node16 (from CJS): 🟢 (CJS) node16 (from ESM): 🟢 (CJS) bundler: 🟢 *********************************** @farfetched/zod v0.11.2 No problems found 🌟 "@farfetched/zod" node10: 🟢 node16 (from CJS): 🟢 (CJS) node16 (from ESM): 🟢 (CJS) bundler: 🟢 ***********************************
github-actions[bot] commented 10 months ago

publint

Analysis @farfetched/atomic-router lint results: Suggestions: 1. pkg.module is used to output ESM but pkg.exports is not defined. As NodeJS doesn't read pkg.module the ESM output may be skipped. Consider adding pkg.exports to export the ESM output. pkg.module can usually be removed alongside too. (This will be a breaking change) Warnings: 1. /index.esm.js is written in ESM but is interpreted as CJS. Consider using the .mjs extension e.g. /index.esm.mjs @farfetched/core lint results: Suggestions: 1. pkg.module is used to output ESM but pkg.exports is not defined. As NodeJS doesn't read pkg.module the ESM output may be skipped. Consider adding pkg.exports to export the ESM output. pkg.module can usually be removed alongside too. (This will be a breaking change) Warnings: 1. /index.esm.js is written in ESM but is interpreted as CJS. Consider using the .mjs extension e.g. /index.esm.mjs @farfetched/dev-tools lint results: Suggestions: 1. pkg.module is used to output ESM but pkg.exports is not defined. As NodeJS doesn't read pkg.module the ESM output may be skipped. Consider adding pkg.exports to export the ESM output. pkg.module can usually be removed alongside too. (This will be a breaking change) @farfetched/io-ts lint results: Suggestions: 1. pkg.module is used to output ESM but pkg.exports is not defined. As NodeJS doesn't read pkg.module the ESM output may be skipped. Consider adding pkg.exports to export the ESM output. pkg.module can usually be removed alongside too. (This will be a breaking change) Warnings: 1. /index.esm.js is written in ESM but is interpreted as CJS. Consider using the .mjs extension e.g. /index.esm.mjs @farfetched/runtypes lint results: Suggestions: 1. pkg.module is used to output ESM but pkg.exports is not defined. As NodeJS doesn't read pkg.module the ESM output may be skipped. Consider adding pkg.exports to export the ESM output. pkg.module can usually be removed alongside too. (This will be a breaking change) Warnings: 1. /index.esm.js is written in ESM but is interpreted as CJS. Consider using the .mjs extension e.g. /index.esm.mjs @farfetched/solid lint results: Suggestions: 1. pkg.module is used to output ESM but pkg.exports is not defined. As NodeJS doesn't read pkg.module the ESM output may be skipped. Consider adding pkg.exports to export the ESM output. pkg.module can usually be removed alongside too. (This will be a breaking change) Warnings: 1. /index.esm.js is written in ESM but is interpreted as CJS. Consider using the .mjs extension e.g. /index.esm.mjs @farfetched/superstruct lint results: Suggestions: 1. pkg.module is used to output ESM but pkg.exports is not defined. As NodeJS doesn't read pkg.module the ESM output may be skipped. Consider adding pkg.exports to export the ESM output. pkg.module can usually be removed alongside too. (This will be a breaking change) Warnings: 1. /index.esm.js is written in ESM but is interpreted as CJS. Consider using the .mjs extension e.g. /index.esm.mjs @farfetched/typed-contracts lint results: Suggestions: 1. pkg.module is used to output ESM but pkg.exports is not defined. As NodeJS doesn't read pkg.module the ESM output may be skipped. Consider adding pkg.exports to export the ESM output. pkg.module can usually be removed alongside too. (This will be a breaking change) Warnings: 1. /index.esm.js is written in ESM but is interpreted as CJS. Consider using the .mjs extension e.g. /index.esm.mjs @farfetched/zod lint results: Suggestions: 1. pkg.module is used to output ESM but pkg.exports is not defined. As NodeJS doesn't read pkg.module the ESM output may be skipped. Consider adding pkg.exports to export the ESM output. pkg.module can usually be removed alongside too. (This will be a breaking change) Warnings: 1. /index.esm.js is written in ESM but is interpreted as CJS. Consider using the .mjs extension e.g. /index.esm.mjs
github-actions[bot] commented 8 months ago

Farfetched Canary

Latest canary version is "1.0.0-427.1"

More information about canary versions


Used changeset: "["slimy-flies-fetch","wet-dingos-rule"]"