This is an automated email from the ASF dual-hosted git repository.

sushuang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/echarts.git

commit 83ee45cfd67b901207059bb8c4850b8786ef6409
Merge: 2292edbdf 047f05e35
Author: sushuang <[email protected]>
AuthorDate: Fri Dec 19 01:09:00 2025 +0800

    Merge pull request #21411 from 
akashsonune/fix/remove-export-assignment-to-support-modern-typeScript-esm
    
    fix(types): remove export assignment to support typescript esm compatibility

 .gitignore                            |   3 +
 build/pre-publish.js                  |  88 ++++++++++++++++---------
 build/template/charts.d.ts            |   4 +-
 build/template/components.d.ts        |   4 +-
 build/template/core.d.ts              |   4 +-
 build/template/features.d.ts          |   4 +-
 build/template/option.d.ts            |   4 +-
 build/template/renderers.d.ts         |   4 +-
 build/template/ssr/client/index.d.ts  |   4 +-
 build/testDts.js                      | 119 +++++++++++++++++++++++++++++-----
 index.d.ts                            |  13 +++-
 package-lock.json                     |  93 ++++++++++++++------------
 package.README.md                     |  78 +++++++++++++++++++++-
 package.json                          |  19 ++++--
 src/export/all.ts                     |   2 +
 test/types/cjs/main.ts                |  44 +++++++++++++
 test/types/cjs/package.json           |   3 +
 test/types/{ => esm}/basic.ts         |   2 +-
 test/types/{ => esm}/event.ts         |   4 +-
 test/types/{ => esm}/importPartial.ts |  18 ++---
 test/types/no-module/main.ts          |  24 +++++++
 test/types/package.json               |   8 +++
 22 files changed, 425 insertions(+), 121 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to