antvis / g-webgl-compute

A GPGPU implementation based on WebGL.
MIT License
144 stars 15 forks source link

babel编译问题 #32

Open tianxing0923 opened 3 years ago

tianxing0923 commented 3 years ago

@antv/g-webgpu-core 包内大量 I.ts 文件只导出了interface,通过babel esm模式生成后的文件内容是空的,导致index.js中 import { I } from './I' 之类的会报错,直接通过tsc编译后的.js移除了声明类型的导出,移到了*.d.ts中。