Skip to content

Commit 68c4de6

Browse files
Export WebGPUProgram as type to fix g3 isolatedModules issue (#8252)
1 parent 5092b04 commit 68c4de6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tfjs-backend-webgpu/src/webgpu.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717

1818
import * as webgpu_util from './webgpu_util';
1919
export {WebGPUBackend} from './backend_webgpu';
20-
export {WebGPUProgram} from './webgpu_program';
20+
export type {WebGPUProgram} from './webgpu_program';
2121
export {webgpu_util};

0 commit comments

Comments
 (0)