-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathperformance.ts
More file actions
13 lines (12 loc) · 649 Bytes
/
Copy pathperformance.ts
File metadata and controls
13 lines (12 loc) · 649 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
// ---------------------------------------------------------------------------
// Sibu — Performance
// Concurrent rendering, scheduling, and optimization utilities.
// import { sbStartTransition, sbScheduleUpdate } from "sibu/performance";
// ---------------------------------------------------------------------------
export * from "./src/performance/scheduler";
export * from "./src/performance/concurrent";
export * from "./src/performance/domRecycler";
export * from "./src/performance/bundleOptimize";
export * from "./src/performance/compiled";
export * from "./src/performance/normalize";
export * from "./src/performance/chunkLoader";