Skip to content

Commit

Permalink
Export WebGPUProgram as type to fix g3 isolatedModules issue (#8252)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsoulanille authored Apr 18, 2024
1 parent 5092b04 commit 68c4de6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tfjs-backend-webgpu/src/webgpu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@

import * as webgpu_util from './webgpu_util';
export {WebGPUBackend} from './backend_webgpu';
export {WebGPUProgram} from './webgpu_program';
export type {WebGPUProgram} from './webgpu_program';
export {webgpu_util};

0 comments on commit 68c4de6

Please sign in to comment.