This is an automated email from the ASF dual-hosted git repository.
sushuang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/echarts.git
from 2292edbdf Merge pull request #21432 from apache/fix-axisTickLabel
add 7cdcb5e06 fix(types): remove export assignment to support typescript
esm compatibility
add a0b8a7825 Merge branch 'master' into pr-21411
add ea65b17de test: mv TS test cases
add 905027d5b test: Enrich TS test cases -- package.json "type": "module"
and tsconfig "module" & "moduleResolution" are involved.
add 376338c51 ts: refactor TS entries to satisfy recent TS versions and
modern usage, as well as fix duplicated type definitions.
add e21c4198a tweak
add 047f05e35 ts: update rollup-plugin-dts to support new features.
new 83ee45cfd Merge pull request #21411 from
akashsonune/fix/remove-export-assignment-to-support-modern-typeScript-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:
.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 ++++++++
.../.scripts => test/types/cjs}/package.json | 0
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, 422 insertions(+), 121 deletions(-)
create mode 100644 test/types/cjs/main.ts
copy {.github/workflows/.scripts => test/types/cjs}/package.json (100%)
rename test/types/{ => esm}/basic.ts (94%)
rename test/types/{ => esm}/event.ts (94%)
rename test/types/{ => esm}/importPartial.ts (80%)
create mode 100644 test/types/no-module/main.ts
create mode 100644 test/types/package.json
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]