Compare commits

..

No commits in common. "main" and "v2.9.3" have entirely different histories.
main ... v2.9.3

6 changed files with 269 additions and 298 deletions

View file

@ -11,7 +11,7 @@ jobs:
permissions:
pull-requests: write
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v4
- run: yarn install
- run: |
set -o pipefail

View file

@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/2.0.4/schema.json",
"$schema": "https://biomejs.dev/schemas/2.0.0/schema.json",
"files": {
"includes": ["src/**/*.ts"]
},

2
dist/index.js generated vendored
View file

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

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long

View file

@ -35,11 +35,11 @@
"@octokit/graphql-schema": "^15.26.0"
},
"devDependencies": {
"@biomejs/biome": "2.3.4",
"@types/node": "^24.5.2",
"@biomejs/biome": "2.0.0",
"@types/node": "^24.0.3",
"@vercel/ncc": "^0.38.3",
"js-yaml": "^4.1.0",
"typescript": "^5.9.2",
"typescript": "^5.8.3",
"vitest": "^3.2.4"
}
}

553
yarn.lock

File diff suppressed because it is too large Load diff