- build and package project

This commit is contained in:
Malte Hallström
2022-08-16 16:35:14 +02:00
parent e8ee90b94f
commit 6c44b7473d
2 changed files with 1974 additions and 1974 deletions
Generated Vendored
+1 -1
View File
@@ -1756,7 +1756,7 @@ function cleanupPrPlaceHolders(template, placeholders /* placeholders to apply *
let transformed = template;
for (const [, phs] of placeholders) {
for (const ph of phs) {
transformed = transformed.replaceAll(new RegExp(`\\$\\{\\{${ph.name}\\[.+?\\]\\}\\}`, 'gu'), '');
transformed = transformed.replaceAll(new RegExp(`\\$\\{\\{${ph.name}(?:\\[.+?\\])?\\}\\}`, 'gu'), '');
}
}
return transformed;
Generated Vendored
+1 -1
View File
File diff suppressed because one or more lines are too long