talk about learn section of nodejs.org
Issue which summarises : https://github.com/nodejs/nodejs.org/issues/7197
https://github.com/openjs-foundation/summit/issues/422
--experimental-default-type
node --init
scripts
and type
keys in package.json
. behing –initnpm init
history: https://github.com/nodejs/TSC/issues/1445#issuecomment-1742118965 (there's something in the slack channel last month? too)no-restricted-syntax
everysync
: https://www.npmjs.com/package/everysync. We need to document an escape hatch for people using the async hooks, to use this insteadeverysync
(or similar). The design proposal is already in progress.module.register
is experimental, it's used by all APM vendors, cannot really be broken