echarts icon indicating copy to clipboard operation
echarts copied to clipboard

[Bug] Duplicated type declarations in dist type files

Open Justineo opened this issue 2 years ago • 0 comments

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.

Justineo avatar Feb 29 '24 06:02 Justineo