2 parents ab350a2 + ce096db commit 3511788Copy full SHA for 3511788
4 files changed
runtime/testing/index.ts
@@ -73,6 +73,21 @@ export type {
73
PropertyResult,
74
} from "./property.ts";
75
76
+// TAS (Tool-Assisted Speedrun) session
77
+export {
78
+ inputSequence,
79
+ createTASSession,
80
+ serializeRecording,
81
+ deserializeRecording,
82
+} from "./tas.ts";
83
+export type {
84
+ InputSequenceBuilder,
85
+ Checkpoint,
86
+ TASSessionOptions,
87
+ GoalSearchOptions,
88
+ TASSession,
89
90
+
91
// Draw call capture & visual assertions
92
export {
93
enableDrawCallCapture,
0 commit comments