chore: Update dist folder

This commit is contained in:
Riccardo Rigutini 2025-06-24 13:57:42 +00:00 committed by GitHub
parent 416b49a8b3
commit ab32d1d506
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

2
dist/index.js generated vendored
View File

@ -3513,7 +3513,7 @@ function expand(str, isTop) {
var isOptions = m.body.indexOf(',') >= 0; var isOptions = m.body.indexOf(',') >= 0;
if (!isSequence && !isOptions) { if (!isSequence && !isOptions) {
// {a},b} // {a},b}
if (m.post.match(/,.*\}/)) { if (m.post.match(/,(?!,).*\}/)) {
str = m.pre + '{' + m.body + escClose + m.post; str = m.pre + '{' + m.body + escClose + m.post;
return expand(str); return expand(str);
} }

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long