@typeslayer/analyze-trace 0.1.15 → 0.1.16
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.
- package/dist/browser.d.mts +5 -5
- package/dist/index.d.mts +8 -8
- package/package.json +11 -12
package/dist/browser.d.mts
CHANGED
|
@@ -502,7 +502,7 @@ declare const eventSpan: z.ZodObject<{
|
|
|
502
502
|
name: z.ZodLiteral<"checkCrossProductUnion_DepthLimit">;
|
|
503
503
|
s: z.ZodUnion<readonly [z.ZodLiteral<string>, z.ZodLiteral<string>, z.ZodLiteral<string>]>;
|
|
504
504
|
args: z.ZodObject<{
|
|
505
|
-
|
|
505
|
+
typeIds: z.ZodArray<z.ZodUnion<[z.ZodNumber, z.ZodLiteral<-1>]>>;
|
|
506
506
|
size: z.ZodNumber;
|
|
507
507
|
}, z.core.$strip>;
|
|
508
508
|
ph: z.ZodLiteral<"I">;
|
|
@@ -1175,7 +1175,7 @@ declare const parseResult: z.ZodObject<{
|
|
|
1175
1175
|
name: z.ZodLiteral<"checkCrossProductUnion_DepthLimit">;
|
|
1176
1176
|
s: z.ZodUnion<readonly [z.ZodLiteral<string>, z.ZodLiteral<string>, z.ZodLiteral<string>]>;
|
|
1177
1177
|
args: z.ZodObject<{
|
|
1178
|
-
|
|
1178
|
+
typeIds: z.ZodArray<z.ZodUnion<[z.ZodNumber, z.ZodLiteral<-1>]>>;
|
|
1179
1179
|
size: z.ZodNumber;
|
|
1180
1180
|
}, z.core.$strip>;
|
|
1181
1181
|
ph: z.ZodLiteral<"I">;
|
|
@@ -1838,7 +1838,7 @@ declare const parseResult: z.ZodObject<{
|
|
|
1838
1838
|
name: z.ZodLiteral<"checkCrossProductUnion_DepthLimit">;
|
|
1839
1839
|
s: z.ZodUnion<readonly [z.ZodLiteral<string>, z.ZodLiteral<string>, z.ZodLiteral<string>]>;
|
|
1840
1840
|
args: z.ZodObject<{
|
|
1841
|
-
|
|
1841
|
+
typeIds: z.ZodArray<z.ZodUnion<[z.ZodNumber, z.ZodLiteral<-1>]>>;
|
|
1842
1842
|
size: z.ZodNumber;
|
|
1843
1843
|
}, z.core.$strip>;
|
|
1844
1844
|
ph: z.ZodLiteral<"I">;
|
|
@@ -2504,7 +2504,7 @@ declare const analyzeTraceResult: z.ZodObject<{
|
|
|
2504
2504
|
name: z.ZodLiteral<"checkCrossProductUnion_DepthLimit">;
|
|
2505
2505
|
s: z.ZodUnion<readonly [z.ZodLiteral<string>, z.ZodLiteral<string>, z.ZodLiteral<string>]>;
|
|
2506
2506
|
args: z.ZodObject<{
|
|
2507
|
-
|
|
2507
|
+
typeIds: z.ZodArray<z.ZodUnion<[z.ZodNumber, z.ZodLiteral<-1>]>>;
|
|
2508
2508
|
size: z.ZodNumber;
|
|
2509
2509
|
}, z.core.$strip>;
|
|
2510
2510
|
ph: z.ZodLiteral<"I">;
|
|
@@ -3064,7 +3064,7 @@ declare const analyzeTraceResult: z.ZodObject<{
|
|
|
3064
3064
|
name: z.ZodLiteral<"checkCrossProductUnion_DepthLimit">;
|
|
3065
3065
|
s: z.ZodUnion<readonly [z.ZodLiteral<string>, z.ZodLiteral<string>, z.ZodLiteral<string>]>;
|
|
3066
3066
|
args: z.ZodObject<{
|
|
3067
|
-
|
|
3067
|
+
typeIds: z.ZodArray<z.ZodUnion<[z.ZodNumber, z.ZodLiteral<-1>]>>;
|
|
3068
3068
|
size: z.ZodNumber;
|
|
3069
3069
|
}, z.core.$strip>;
|
|
3070
3070
|
ph: z.ZodLiteral<"I">;
|
package/dist/index.d.mts
CHANGED
|
@@ -643,7 +643,7 @@ declare const eventSpan: z.ZodObject<{
|
|
|
643
643
|
name: z.ZodLiteral<"checkCrossProductUnion_DepthLimit">;
|
|
644
644
|
s: z.ZodUnion<readonly [z.ZodLiteral<string>, z.ZodLiteral<string>, z.ZodLiteral<string>]>;
|
|
645
645
|
args: z.ZodObject<{
|
|
646
|
-
|
|
646
|
+
typeIds: z.ZodArray<z.ZodUnion<[z.ZodNumber, z.ZodLiteral<-1>]>>;
|
|
647
647
|
size: z.ZodNumber;
|
|
648
648
|
}, z.core.$strip>;
|
|
649
649
|
ph: z.ZodLiteral<"I">;
|
|
@@ -1318,7 +1318,7 @@ declare const parseResult: z.ZodObject<{
|
|
|
1318
1318
|
name: z.ZodLiteral<"checkCrossProductUnion_DepthLimit">;
|
|
1319
1319
|
s: z.ZodUnion<readonly [z.ZodLiteral<string>, z.ZodLiteral<string>, z.ZodLiteral<string>]>;
|
|
1320
1320
|
args: z.ZodObject<{
|
|
1321
|
-
|
|
1321
|
+
typeIds: z.ZodArray<z.ZodUnion<[z.ZodNumber, z.ZodLiteral<-1>]>>;
|
|
1322
1322
|
size: z.ZodNumber;
|
|
1323
1323
|
}, z.core.$strip>;
|
|
1324
1324
|
ph: z.ZodLiteral<"I">;
|
|
@@ -1981,7 +1981,7 @@ declare const parseResult: z.ZodObject<{
|
|
|
1981
1981
|
name: z.ZodLiteral<"checkCrossProductUnion_DepthLimit">;
|
|
1982
1982
|
s: z.ZodUnion<readonly [z.ZodLiteral<string>, z.ZodLiteral<string>, z.ZodLiteral<string>]>;
|
|
1983
1983
|
args: z.ZodObject<{
|
|
1984
|
-
|
|
1984
|
+
typeIds: z.ZodArray<z.ZodUnion<[z.ZodNumber, z.ZodLiteral<-1>]>>;
|
|
1985
1985
|
size: z.ZodNumber;
|
|
1986
1986
|
}, z.core.$strip>;
|
|
1987
1987
|
ph: z.ZodLiteral<"I">;
|
|
@@ -2649,7 +2649,7 @@ declare const analyzeTraceResult: z.ZodObject<{
|
|
|
2649
2649
|
name: z.ZodLiteral<"checkCrossProductUnion_DepthLimit">;
|
|
2650
2650
|
s: z.ZodUnion<readonly [z.ZodLiteral<string>, z.ZodLiteral<string>, z.ZodLiteral<string>]>;
|
|
2651
2651
|
args: z.ZodObject<{
|
|
2652
|
-
|
|
2652
|
+
typeIds: z.ZodArray<z.ZodUnion<[z.ZodNumber, z.ZodLiteral<-1>]>>;
|
|
2653
2653
|
size: z.ZodNumber;
|
|
2654
2654
|
}, z.core.$strip>;
|
|
2655
2655
|
ph: z.ZodLiteral<"I">;
|
|
@@ -3209,7 +3209,7 @@ declare const analyzeTraceResult: z.ZodObject<{
|
|
|
3209
3209
|
name: z.ZodLiteral<"checkCrossProductUnion_DepthLimit">;
|
|
3210
3210
|
s: z.ZodUnion<readonly [z.ZodLiteral<string>, z.ZodLiteral<string>, z.ZodLiteral<string>]>;
|
|
3211
3211
|
args: z.ZodObject<{
|
|
3212
|
-
|
|
3212
|
+
typeIds: z.ZodArray<z.ZodUnion<[z.ZodNumber, z.ZodLiteral<-1>]>>;
|
|
3213
3213
|
size: z.ZodNumber;
|
|
3214
3214
|
}, z.core.$strip>;
|
|
3215
3215
|
ph: z.ZodLiteral<"I">;
|
|
@@ -3608,7 +3608,7 @@ declare const analyzeTrace: ({
|
|
|
3608
3608
|
name: "checkCrossProductUnion_DepthLimit";
|
|
3609
3609
|
s: string;
|
|
3610
3610
|
args: {
|
|
3611
|
-
|
|
3611
|
+
typeIds: number[];
|
|
3612
3612
|
size: number;
|
|
3613
3613
|
};
|
|
3614
3614
|
ph: "I";
|
|
@@ -4078,7 +4078,7 @@ declare const analyzeTrace: ({
|
|
|
4078
4078
|
name: "checkCrossProductUnion_DepthLimit";
|
|
4079
4079
|
s: string;
|
|
4080
4080
|
args: {
|
|
4081
|
-
|
|
4081
|
+
typeIds: number[];
|
|
4082
4082
|
size: number;
|
|
4083
4083
|
};
|
|
4084
4084
|
ph: "I";
|
|
@@ -4210,7 +4210,7 @@ declare const createDepthLimits: (traceFile: TraceJsonSchema) => {
|
|
|
4210
4210
|
name: "checkCrossProductUnion_DepthLimit";
|
|
4211
4211
|
s: string;
|
|
4212
4212
|
args: {
|
|
4213
|
-
|
|
4213
|
+
typeIds: number[];
|
|
4214
4214
|
size: number;
|
|
4215
4215
|
};
|
|
4216
4216
|
ph: "I";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@typeslayer/analyze-trace",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.16",
|
|
4
4
|
"description": "Analyze TypeScript compiler trace events to identify performance bottlenecks",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"private": false,
|
|
@@ -16,9 +16,8 @@
|
|
|
16
16
|
"cli"
|
|
17
17
|
],
|
|
18
18
|
"engines": {
|
|
19
|
-
"node": ">=
|
|
19
|
+
"node": ">=20"
|
|
20
20
|
},
|
|
21
|
-
"packageManager": "pnpm@10.6.5",
|
|
22
21
|
"main": "./dist/index.mjs",
|
|
23
22
|
"types": "./dist/index.d.mts",
|
|
24
23
|
"exports": {
|
|
@@ -34,20 +33,20 @@
|
|
|
34
33
|
"bin": {
|
|
35
34
|
"typeslayer-analyze-trace": "./bin/typeslayer-analyze-trace.mjs"
|
|
36
35
|
},
|
|
37
|
-
"scripts": {
|
|
38
|
-
"build": "tsdown",
|
|
39
|
-
"dev": "tsdown --watch",
|
|
40
|
-
"attw": "attw --pack --profile esm-only .",
|
|
41
|
-
"typecheck": "tsc --noEmit"
|
|
42
|
-
},
|
|
43
36
|
"dependencies": {
|
|
44
|
-
"
|
|
45
|
-
"
|
|
37
|
+
"zod": "4.1.13",
|
|
38
|
+
"@typeslayer/validate": "0.1.16"
|
|
46
39
|
},
|
|
47
40
|
"devDependencies": {
|
|
48
41
|
"@arethetypeswrong/cli": "^0.18.2",
|
|
49
42
|
"@types/node": "24.10.1",
|
|
50
43
|
"tsdown": "^0.17.2",
|
|
51
44
|
"typescript": "5.9.3"
|
|
45
|
+
},
|
|
46
|
+
"scripts": {
|
|
47
|
+
"build": "tsdown",
|
|
48
|
+
"dev": "tsdown --watch",
|
|
49
|
+
"attw": "attw --pack --profile esm-only .",
|
|
50
|
+
"typecheck": "tsc --noEmit"
|
|
52
51
|
}
|
|
53
|
-
}
|
|
52
|
+
}
|