node
node copied to clipboard
tools: update doc to new version
This is an automated update of doc to new version.
Review requested:
- [ ] @nodejs/web-infra
I think this update should be split into several commits to prevent commit message lint failure
This is blocked by https://github.com/micromark/micromark/pull/157, see https://github.com/nodejs/node/pull/49988#issuecomment-1781469110
running a full CI cycle to check if this can get unblocked
CI: https://ci.nodejs.org/job/node-test-pull-request/58567/
still failing
10:25:08 export const unicodePunctuation = regexCheck(/\p{P}|\p{S}/u);
10:25:08 ^^^^^^^^^^^^^^
10:25:08
10:25:08 SyntaxError: Invalid regular expression: /\p{P}|\p{S}/u: Invalid property name
10:25:08 at compileSourceTextModule (node:internal/modules/esm/utils:337:16)
10:25:08 at ModuleLoader.moduleStrategy (node:internal/modules/esm/translators:168:18)
10:25:08 at callTranslator (node:internal/modules/esm/loader:428:14)
10:25:08 at ModuleLoader.moduleProvider (node:internal/modules/esm/loader:434:30)
amended commit otherwise we will never land this, I'll fix the tool in another PR