@typeslayer/analyze-trace 0.1.27 → 0.1.28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -96,8 +96,6 @@ declare const hotSpot: z.ZodObject<{
96
96
  reverseMappedConstraintType: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodLiteral<-1>]>>;
97
97
  id: z.ZodUnion<[z.ZodNumber, z.ZodLiteral<-1>]>;
98
98
  flags: z.ZodArray<z.ZodEnum<{
99
- Union: "Union";
100
- Intersection: "Intersection";
101
99
  Any: "Any";
102
100
  Unknown: "Unknown";
103
101
  String: "String";
@@ -118,6 +116,8 @@ declare const hotSpot: z.ZodObject<{
118
116
  Never: "Never";
119
117
  TypeParameter: "TypeParameter";
120
118
  Object: "Object";
119
+ Union: "Union";
120
+ Intersection: "Intersection";
121
121
  Index: "Index";
122
122
  IndexedAccess: "IndexedAccess";
123
123
  Conditional: "Conditional";
@@ -2942,8 +2942,6 @@ declare const analyzeTraceResult: z.ZodObject<{
2942
2942
  reverseMappedConstraintType: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodLiteral<-1>]>>;
2943
2943
  id: z.ZodUnion<[z.ZodNumber, z.ZodLiteral<-1>]>;
2944
2944
  flags: z.ZodArray<z.ZodEnum<{
2945
- Union: "Union";
2946
- Intersection: "Intersection";
2947
2945
  Any: "Any";
2948
2946
  Unknown: "Unknown";
2949
2947
  String: "String";
@@ -2964,6 +2962,8 @@ declare const analyzeTraceResult: z.ZodObject<{
2964
2962
  Never: "Never";
2965
2963
  TypeParameter: "TypeParameter";
2966
2964
  Object: "Object";
2965
+ Union: "Union";
2966
+ Intersection: "Intersection";
2967
2967
  Index: "Index";
2968
2968
  IndexedAccess: "IndexedAccess";
2969
2969
  Conditional: "Conditional";
package/dist/index.d.mts CHANGED
@@ -52,8 +52,6 @@ declare const hotType: z.ZodObject<{
52
52
  reverseMappedConstraintType: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodLiteral<-1>]>>;
53
53
  id: z.ZodUnion<[z.ZodNumber, z.ZodLiteral<-1>]>;
54
54
  flags: z.ZodArray<z.ZodEnum<{
55
- Union: "Union";
56
- Intersection: "Intersection";
57
55
  Any: "Any";
58
56
  Unknown: "Unknown";
59
57
  String: "String";
@@ -74,6 +72,8 @@ declare const hotType: z.ZodObject<{
74
72
  Never: "Never";
75
73
  TypeParameter: "TypeParameter";
76
74
  Object: "Object";
75
+ Union: "Union";
76
+ Intersection: "Intersection";
77
77
  Index: "Index";
78
78
  IndexedAccess: "IndexedAccess";
79
79
  Conditional: "Conditional";
@@ -215,8 +215,6 @@ declare const hotSpot: z.ZodObject<{
215
215
  reverseMappedConstraintType: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodLiteral<-1>]>>;
216
216
  id: z.ZodUnion<[z.ZodNumber, z.ZodLiteral<-1>]>;
217
217
  flags: z.ZodArray<z.ZodEnum<{
218
- Union: "Union";
219
- Intersection: "Intersection";
220
218
  Any: "Any";
221
219
  Unknown: "Unknown";
222
220
  String: "String";
@@ -237,6 +235,8 @@ declare const hotSpot: z.ZodObject<{
237
235
  Never: "Never";
238
236
  TypeParameter: "TypeParameter";
239
237
  Object: "Object";
238
+ Union: "Union";
239
+ Intersection: "Intersection";
240
240
  Index: "Index";
241
241
  IndexedAccess: "IndexedAccess";
242
242
  Conditional: "Conditional";
@@ -3065,8 +3065,6 @@ declare const analyzeTraceResult: z.ZodObject<{
3065
3065
  reverseMappedConstraintType: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodLiteral<-1>]>>;
3066
3066
  id: z.ZodUnion<[z.ZodNumber, z.ZodLiteral<-1>]>;
3067
3067
  flags: z.ZodArray<z.ZodEnum<{
3068
- Union: "Union";
3069
- Intersection: "Intersection";
3070
3068
  Any: "Any";
3071
3069
  Unknown: "Unknown";
3072
3070
  String: "String";
@@ -3087,6 +3085,8 @@ declare const analyzeTraceResult: z.ZodObject<{
3087
3085
  Never: "Never";
3088
3086
  TypeParameter: "TypeParameter";
3089
3087
  Object: "Object";
3088
+ Union: "Union";
3089
+ Intersection: "Intersection";
3090
3090
  Index: "Index";
3091
3091
  IndexedAccess: "IndexedAccess";
3092
3092
  Conditional: "Conditional";
@@ -4002,7 +4002,7 @@ declare const analyzeTrace: ({
4002
4002
  types?: {
4003
4003
  resolvedType: {
4004
4004
  id: number;
4005
- flags: ("Union" | "Intersection" | "Any" | "Unknown" | "String" | "Number" | "Boolean" | "Enum" | "BigInt" | "StringLiteral" | "NumberLiteral" | "BooleanLiteral" | "EnumLiteral" | "BigIntLiteral" | "ESSymbol" | "UniqueESSymbol" | "Void" | "Undefined" | "Null" | "Never" | "TypeParameter" | "Object" | "Index" | "IndexedAccess" | "Conditional" | "Substitution" | "NonPrimitive" | "TemplateLiteral" | "StringMapping" | "Reserved1" | "Reserved2" | "AnyOrUnknown" | "Nullable" | "Literal" | "Unit" | "Freshable" | "StringOrNumberLiteral" | "StringOrNumberLiteralOrUnique" | "DefinitelyFalsy" | "PossiblyFalsy" | "Intrinsic" | "StringLike" | "NumberLike" | "BigIntLike" | "BooleanLike" | "EnumLike" | "ESSymbolLike" | "VoidLike" | "Primitive" | "DefinitelyNonNullable" | "DisjointDomains" | "UnionOrIntersection" | "StructuredType" | "TypeVariable" | "InstantiableNonPrimitive" | "InstantiablePrimitive" | "Instantiable" | "StructuredOrInstantiable" | "ObjectFlagsType" | "Simplifiable" | "Singleton" | "Narrowable" | "IncludesMask" | "IncludesMissingType" | "IncludesNonWideningType" | "IncludesWildcard" | "IncludesEmptyObject" | "IncludesInstantiable" | "IncludesConstrainedTypeVariable" | "IncludesError" | "NotPrimitiveUnion")[];
4005
+ flags: ("Any" | "Unknown" | "String" | "Number" | "Boolean" | "Enum" | "BigInt" | "StringLiteral" | "NumberLiteral" | "BooleanLiteral" | "EnumLiteral" | "BigIntLiteral" | "ESSymbol" | "UniqueESSymbol" | "Void" | "Undefined" | "Null" | "Never" | "TypeParameter" | "Object" | "Union" | "Intersection" | "Index" | "IndexedAccess" | "Conditional" | "Substitution" | "NonPrimitive" | "TemplateLiteral" | "StringMapping" | "Reserved1" | "Reserved2" | "AnyOrUnknown" | "Nullable" | "Literal" | "Unit" | "Freshable" | "StringOrNumberLiteral" | "StringOrNumberLiteralOrUnique" | "DefinitelyFalsy" | "PossiblyFalsy" | "Intrinsic" | "StringLike" | "NumberLike" | "BigIntLike" | "BooleanLike" | "EnumLike" | "ESSymbolLike" | "VoidLike" | "Primitive" | "DefinitelyNonNullable" | "DisjointDomains" | "UnionOrIntersection" | "StructuredType" | "TypeVariable" | "InstantiableNonPrimitive" | "InstantiablePrimitive" | "Instantiable" | "StructuredOrInstantiable" | "ObjectFlagsType" | "Simplifiable" | "Singleton" | "Narrowable" | "IncludesMask" | "IncludesMissingType" | "IncludesNonWideningType" | "IncludesWildcard" | "IncludesEmptyObject" | "IncludesInstantiable" | "IncludesConstrainedTypeVariable" | "IncludesError" | "NotPrimitiveUnion")[];
4006
4006
  isTuple?: true | undefined;
4007
4007
  symbolName?: string | undefined;
4008
4008
  display?: string | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typeslayer/analyze-trace",
3
- "version": "0.1.27",
3
+ "version": "0.1.28",
4
4
  "description": "Analyze TypeScript compiler trace events to identify performance bottlenecks",
5
5
  "license": "MIT",
6
6
  "private": false,
@@ -37,7 +37,7 @@
37
37
  "@mui/icons-material": "7.3.6",
38
38
  "@mui/material": "7.3.6",
39
39
  "zod": "4.2.1",
40
- "@typeslayer/validate": "0.1.27"
40
+ "@typeslayer/validate": "0.1.28"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@arethetypeswrong/cli": "^0.18.2",