You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by ov...@apache.org on 2023/06/26 11:38:33 UTC

[echarts] branch ssr updated (b2ff198ac -> a63297085)

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

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


    from b2ff198ac feat(ssr): call registerSSRDataGetter instead of metaData
     add a63297085 chore(ssr): update building ssr client

No new revisions were added by this update.

Summary of changes:
 .gitignore                                         |  1 +
 .../build-ssr-client.js                            | 25 ++++----
 build/build.js                                     |  6 ++
 build/config.js                                    | 16 +++++
 build/pre-publish.js                               | 30 ++++++++-
 package.json                                       |  3 +-
 ssr/client/src/index.ts                            | 74 ++++++++++++++++++++++
 test/lib/config.js                                 |  1 +
 test/ssr.html                                      | 46 +-------------
 9 files changed, 145 insertions(+), 57 deletions(-)
 copy test/build/esm2cjs/src/forbiden-export.src.js => build/build-ssr-client.js (63%)
 create mode 100644 ssr/client/src/index.ts


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