We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0f4601 commit abe69faCopy full SHA for abe69fa
scripts/update-issues.ts
@@ -9,7 +9,7 @@ const dryRun = process.argv.includes("--dry-run");
9
// A special comment in the issue body is used to store the web-features
10
// ID, <!-- web-features:some-feature -->. Whitespace is allowed wherever
11
// possible to make the matching less brittle to changes.
12
-const pattern = /<!--\s*web-features\s*:\s*([a-z0-9-]+)\s*-->/g;
+const pattern = /<!--\s*web-features\s*:\s*([a-z0-9-]+)\s*-->/;
13
14
// A mapping of Mozilla and WebKit standards positions for features are
15
// maintained for the web-features explorer. Use that data to skip features that
0 commit comments