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

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

commit 6b8fae82eb5fbd1042b6262dd6b5d39d9adbf373
Merge: 9c3fc0e14 80172d698
Author: Wenli Zhang <zwl.s...@gmail.com>
AuthorDate: Mon Jan 22 20:35:00 2024 +0800

    Merge pull request #19513 from apache/module_default_esm
    
    feat: change to default ESM package. For developer testing and node usage 
in customization module scenario.

 .eslintrc-common.yaml                |  2 +-
 .gitignore                           |  3 ++
 build/package.json                   |  3 ++
 build/pre-publish.js                 | 21 ++++++----
 build/template/ssr/client/index.d.ts | 20 +++++++++
 build/template/ssr/client/index.js   | 20 +++++++++
 dist/package.json                    |  3 ++
 i18n/package.json                    |  3 ++
 package.json                         | 48 +++++++++++++++++++++-
 ssr/client/dist/index.js             | 73 ++++++++++++++++----------------
 ssr/client/dist/index.js.map         |  2 +-
 ssr/client/dist/package.json         |  3 ++
 ssr/client/src/.eslintrc.yaml        | 48 ++++++++++++++++++++++
 ssr/client/src/index.ts              | 80 ++++++++++++++++++++++--------------
 test/package.json                    |  3 ++
 test/ssr.html                        | 33 +++++++--------
 theme/package.json                   |  3 ++
 tsconfig.json                        |  1 +
 18 files changed, 273 insertions(+), 96 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org

Reply via email to