We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
5.5.0
https://www.npmjs.com/package/echarts?activeTab=code
Look at types/dist/echarts.d.ts and types/dist/shared.d.ts.
types/dist/echarts.d.ts
types/dist/shared.d.ts
They are almost the same.
Shouldn't produce duplicated type declarations.
- OS: - Browser: - Framework:
This seems to lead to problems like ecomfe/vue-echarts#766.
The text was updated successfully, but these errors were encountered:
import('echarts/types/dist/shared')
'echarts/types/dist/shared.d.ts'
71541f8
100pah
Successfully merging a pull request may close this issue.
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
andtypes/dist/shared.d.ts
.Current Behavior
They are almost the same.
Expected Behavior
Shouldn't produce duplicated type declarations.
Environment
Any additional comments?
This seems to lead to problems like ecomfe/vue-echarts#766.
The text was updated successfully, but these errors were encountered: