Skip to content

Commit 2c60239

Browse files
committed
refactor(src): 移除未使用的 reactivity 模块
- 从 src/index.ts 中移除了对 reactivity 模块的导出 - 删除了 src/reactivity.ts 文件
1 parent d60d7b9 commit 2c60239

File tree

2 files changed

+0
-19
lines changed

2 files changed

+0
-19
lines changed

src/index.ts

-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ export * from "./data/VertexState";
3838
export * from "./data/Viewport";
3939
export * from "./data/WriteBuffer";
4040

41-
export * from "./reactivity";
42-
4341
export * from "./internal/BufferBindingInfo";
4442

4543
export * from "./types/TypedArray";

src/reactivity.ts

-17
This file was deleted.

0 commit comments

Comments
 (0)