MK (fengmk2)
MK (fengmk2)
https://github.com/cnpm/cnpmcore/tree/main/sql 已经涉及 SQL 变更了。
https://github.com/nodejs/undici/releases/tag/v6.0.0
HTTP2
https://github.com/nodejs/undici/releases/tag/v5.25.0
18 ./urllib (node_modules/.store/[email protected]/node_modules/urllib/lib/urllib.js) 33ms ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 23% 19 urllib (node_modules/.store/[email protected]/node_modules/urllib/lib/index.js) 35ms ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 24%
### 请详细告知你的新点子(Nice Ideas): https://github.com/node-modules/urllib/pull/468 目前看起来没有什么问题,非常轻松就支持了。 还可以发布到 jsr https://jsr.io/@eggjs/read-env-value ### 修改内容 - package.json ```json "engines": { "node": ">= 18.19.0" }, "devDependencies": { "@arethetypeswrong/cli": "^0.18.2", "@eggjs/tsconfig": "2", "@types/node": "22", "@types/mocha": "10", "@eggjs/bin":...
### 请详细告知你的新点子(Nice Ideas): 新增一个配置,让 console 在启动的时候做一下 global 替换,开发者可以无脑使用 console.log 打印日志,然后日志输出到 stdout 和 stderr 的时候有关联的 tracing 信息。