This repository has been archived by the owner on Aug 15, 2019. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix build issue where module-import code gets dropped from the bundle (…
…#987) `backend_cpu.ts` and `backend_webgl.ts` are never included from `index.ts` even though there is `export {WebGLTimingInfo} from './kernels/backend_webgl';`. That export is just a Typescript interface, and gets compiled away in the es5 code.
- Loading branch information