This is an automated email from the ASF dual-hosted git repository.
ovilia pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/echarts.git
from 9c3fc0e14 Merge pull request #19526 from
apache/import-liftColor-from-zrender
add 23545a6b6 feat: change to default ESM package. For developer testing
and node usage in customization module scenario.
add abe29f0e7 [fix] tweak ssr ts type, impl, exports and eslint
add 80172d698 Merge branch 'master' into module_default_esm
new 6b8fae82e Merge pull request #19513 from apache/module_default_esm
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.eslintrc-common.yaml | 2 +-
.gitignore | 3 +
build/package.json | 3 +
build/pre-publish.js | 21 +++---
.../template/ssr/client/index.d.ts | 2 +-
.../template/ssr/client/index.js | 2 +-
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 +
{src => ssr/client/src}/.eslintrc.yaml | 2 +-
ssr/client/src/index.ts | 80 ++++++++++++++--------
test/package.json | 3 +
test/ssr.html | 33 ++++-----
theme/package.json | 3 +
tsconfig.json | 1 +
18 files changed, 188 insertions(+), 99 deletions(-)
create mode 100644 build/package.json
copy test/ut/core/setup.ts => build/template/ssr/client/index.d.ts (96%)
copy src/global.d.ts => build/template/ssr/client/index.js (96%)
create mode 100644 dist/package.json
create mode 100644 i18n/package.json
create mode 100644 ssr/client/dist/package.json
copy {src => ssr/client/src}/.eslintrc.yaml (97%)
create mode 100644 test/package.json
create mode 100644 theme/package.json
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]