apache / echarts

Apache ECharts is a powerful, interactive charting and data visualization library for browser
https://echarts.apache.org
Apache License 2.0
60.69k stars 19.62k forks source link

[Bug] Multiple problems with exported types #20489

Open justingrant opened 1 week ago

justingrant commented 1 week ago

Version

5.5.1

Link to Minimal Reproduction

https://arethetypeswrong.github.io/?p=echarts%405.5.1

Steps to Reproduce

  1. Go to https://arethetypeswrong.github.io/?p=echarts%405.5.1 to run tests analyzing the exports of echarts.

Current Behavior

No errors

Expected Behavior

Several errors reported which may cause problems for some consumers. Here's a subset:

image

Environment

- OS: All
- Browser: All
- Framework: All

Any additional comments?

No response