Skip to content

Commit cc28442

Browse files
committed
Add experimental
1 parent 77b508d commit cc28442

File tree

3 files changed

+365
-2
lines changed

3 files changed

+365
-2
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"changes":{"package.json":"Patch"},"note":"Add experimental style","date":"2025-11-12T01:06:42.786861500Z"}

build.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,12 +94,10 @@ for (const [property, value] of Object.entries(properties)) {
9494
else vendorLonghandProperties.push([property, value])
9595
continue
9696
}
97-
if (value.status !== 'standard') continue
9897
if (Array.isArray(value.computed))
9998
standardShorthandProperties.push([property, value])
10099
else standardLonghandProperties.push([property, value])
101100
}
102-
103101
output += `export interface StandardLonghandProperties {
104102
${standardLonghandProperties.map(([p, _]) => ` ${toCamelCase(p)}?: Property.${toPascalCase(p)} | undefined`).join('\n')}
105103
}\n`

0 commit comments

Comments
 (0)