@@ -352,7 +352,7 @@ export interface TerserMangleOptions {
352
352
reserved ?: string [ ] ;
353
353
}
354
354
355
- export interface TerserManglePropertiesOptions { }
355
+ export interface TerserManglePropertiesOptions { }
356
356
357
357
/**
358
358
* Programmatic options.
@@ -879,10 +879,6 @@ export interface TransformConfig {
879
879
*/
880
880
verbatimModuleSyntax ?: boolean ;
881
881
882
- /**
883
- * Native class properties support
884
- */
885
- nativeClassProperties ?: boolean ;
886
882
}
887
883
888
884
export interface ReactConfig {
@@ -925,27 +921,27 @@ export interface ReactConfig {
925
921
* Enable fast refresh feature for React app
926
922
*/
927
923
refresh ?:
928
- | boolean
929
- | {
930
- /**
931
- * Identifier for the `react-refresh` register function.
932
- *
933
- * Defaults to `$RefreshReg$`
934
- */
935
- refreshReg ?: string ;
936
- /**
937
- * Identifier for the `react-refresh` signature function.
938
- *
939
- * Defaults to `$RefreshSig$`
940
- */
941
- refreshSig ?: string ;
942
- /**
943
- * Flag to emit full signatures.
944
- *
945
- * Defaults to `false`
946
- */
947
- emitFullSignatures ?: boolean ;
948
- } ;
924
+ | boolean
925
+ | {
926
+ /**
927
+ * Identifier for the `react-refresh` register function.
928
+ *
929
+ * Defaults to `$RefreshReg$`
930
+ */
931
+ refreshReg ?: string ;
932
+ /**
933
+ * Identifier for the `react-refresh` signature function.
934
+ *
935
+ * Defaults to `$RefreshSig$`
936
+ */
937
+ refreshSig ?: string ;
938
+ /**
939
+ * Flag to emit full signatures.
940
+ *
941
+ * Defaults to `false`
942
+ */
943
+ emitFullSignatures ?: boolean ;
944
+ } ;
949
945
950
946
/**
951
947
* jsx runtime
@@ -1232,7 +1228,7 @@ export interface Output {
1232
1228
map ?: string ;
1233
1229
}
1234
1230
1235
- export interface MatchPattern { }
1231
+ export interface MatchPattern { }
1236
1232
1237
1233
// -------------------------------
1238
1234
// ---------- Ast nodes ----------
@@ -1464,7 +1460,7 @@ export type Expression =
1464
1460
| OptionalChainingExpression
1465
1461
| Invalid ;
1466
1462
1467
- interface ExpressionBase extends Node , HasSpan { }
1463
+ interface ExpressionBase extends Node , HasSpan { }
1468
1464
1469
1465
export interface Identifier extends ExpressionBase {
1470
1466
type : "Identifier" ;
0 commit comments