You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: node/ast.d.ts
+29-33Lines changed: 29 additions & 33 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
/* eslint-disable */
1
+
/* tslint:disable */
2
2
/**
3
3
* This file was automatically generated by json-schema-to-typescript.
4
4
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
@@ -5619,44 +5619,40 @@ export type Perspective =
5619
5619
* A value for the [translate](https://drafts.csswg.org/css-transforms-2/#propdef-translate) property.
5620
5620
*/
5621
5621
exporttypeTranslate=
5622
-
|"None"
5622
+
|"none"
5623
5623
|{
5624
-
XYZ: {
5625
-
/**
5626
-
* The x translation.
5627
-
*/
5628
-
x: DimensionPercentageFor_LengthValue;
5629
-
/**
5630
-
* The y translation.
5631
-
*/
5632
-
y: DimensionPercentageFor_LengthValue;
5633
-
/**
5634
-
* The z translation.
5635
-
*/
5636
-
z: Length;
5637
-
};
5638
-
};
5624
+
/**
5625
+
* The x translation.
5626
+
*/
5627
+
x: DimensionPercentageFor_LengthValue;
5628
+
/**
5629
+
* The y translation.
5630
+
*/
5631
+
y: DimensionPercentageFor_LengthValue;
5632
+
/**
5633
+
* The z translation.
5634
+
*/
5635
+
z: Length;
5636
+
};
5639
5637
/**
5640
5638
* A value for the [scale](https://drafts.csswg.org/css-transforms-2/#propdef-scale) property.
5641
5639
*/
5642
5640
exporttypeScale=
5643
-
|"None"
5641
+
|"none"
5644
5642
|{
5645
-
XYZ: {
5646
-
/**
5647
-
* Scale on the x axis.
5648
-
*/
5649
-
x: NumberOrPercentage;
5650
-
/**
5651
-
* Scale on the y axis.
5652
-
*/
5653
-
y: NumberOrPercentage;
5654
-
/**
5655
-
* Scale on the z axis.
5656
-
*/
5657
-
z: NumberOrPercentage;
5658
-
};
5659
-
};
5643
+
/**
5644
+
* Scale on the x axis.
5645
+
*/
5646
+
x: NumberOrPercentage;
5647
+
/**
5648
+
* Scale on the y axis.
5649
+
*/
5650
+
y: NumberOrPercentage;
5651
+
/**
5652
+
* Scale on the z axis.
5653
+
*/
5654
+
z: NumberOrPercentage;
5655
+
};
5660
5656
/**
5661
5657
* Defines how text case should be transformed in the [text-transform](https://www.w3.org/TR/2021/CRD-css-text-3-20210422/#text-transform-property) property.
0 commit comments