Closed
Description
Version
v18.0.0-pre
Platform
No response
Subsystem
build
What steps will reproduce the bug?
Run CI. https://ci.nodejs.org/job/node-test-commit-linux-containered/nodes=ubuntu1804_sharedlibs_withoutintl_x64/ builds have been consistently failing starting today. These are run with python3 ./configure --verbose --without-intl
.
e.g. From today's daily build:
https://ci.nodejs.org/job/node-test-commit-linux-containered/29799/nodes=ubuntu1804_sharedlibs_withoutintl_x64/console
How often does it reproduce? Is there a required condition?
Seems consistent for builds today.
What is the expected behavior?
Build completes.
What do you see instead?
08:05:45 /home/iojs/build/workspace/node-test-commit-linux-containered/tools/doc/node_modules/highlight.js/lib/languages/python.js:10
08:05:45 const IDENT_RE = /[\p{XID_Start}_]\p{XID_Continue}*/u;
08:05:45 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
08:05:45
08:05:45 SyntaxError: Invalid regular expression: /[\p{XID_Start}_]\p{XID_Continue}*/: Invalid property name in character class
08:05:45 at Object.compileFunction (node:vm:352:18)
08:05:45 at wrapSafe (node:internal/modules/cjs/loader:1026:15)
08:05:45 at Module._compile (node:internal/modules/cjs/loader:1061:27)
08:05:45 at Object.Module._extensions..js (node:internal/modules/cjs/loader:1149:10)
08:05:45 at Module.load (node:internal/modules/cjs/loader:975:32)
08:05:45 at Function.Module._load (node:internal/modules/cjs/loader:822:12)
08:05:45 at Module.require (node:internal/modules/cjs/loader:999:19)
08:05:45 at require (node:internal/modules/cjs/helpers:102:18)
08:05:45 at Object.<anonymous> (/home/iojs/build/workspace/node-test-commit-linux-containered/tools/doc/node_modules/highlight.js/lib/index.js:144:33)
08:05:45 at Module._compile (node:internal/modules/cjs/loader:1097:14)
08:05:45
Additional information
No response