echarts
echarts copied to clipboard
[Bug] Duplicated type declarations in dist type files
Version
5.5.0
Link to Minimal Reproduction
https://www.npmjs.com/package/echarts?activeTab=code
Steps to Reproduce
Look at types/dist/echarts.d.ts and types/dist/shared.d.ts.
Current Behavior
They are almost the same.
Expected Behavior
Shouldn't produce duplicated type declarations.
Environment
- OS:
- Browser:
- Framework:
Any additional comments?
This seems to lead to problems like https://github.com/ecomfe/vue-echarts/issues/766.