You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should be able to Parser.parse("https://ahrefs.com/jobs/clickhouse-c++-developer")
Current Behavior
SyntaxError: Invalid regular expression: /^https://ahrefs.com/jobs/clickhouse-c++-developer/i: Nothing to repeat
at new RegExp (<anonymous>)
at makeBaseRegex (node_modules/@postlight/parser/dist/mercury.js:7403:10)
at scoreLinks (node_modules/@postlight/parser/dist/mercury.js:7419:19)
Expected Behavior
Should be able to
Parser.parse("https://ahrefs.com/jobs/clickhouse-c++-developer")
Current Behavior
Steps to Reproduce
await (Parser = require("@postlight/parser")).parse("https://ahrefs.com/jobs/clickhouse-c++-developer")
Detailed Description
Issue in 2.2.3
parser/src/extractors/generic/next-page-url/scoring/score-links.js
Line 20 in e8ba7ec
Possible Solution
The text was updated successfully, but these errors were encountered: