]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Allow ESM files to be used in Node.js (#10479)
authorBen McCann <322311+benmccann@users.noreply.github.com>
Sat, 30 Jul 2022 15:25:23 +0000 (08:25 -0700)
committerGitHub <noreply@github.com>
Sat, 30 Jul 2022 15:25:23 +0000 (11:25 -0400)
commit6feb48b5efe7e6ec16fed50d9ef3ca6b7d49a6fa
tree211fcaee8ed1df6ab189853742615105999f6368
parent844270eb5ec5d14b1786760fe288bfa0351d9d62
Allow ESM files to be used in Node.js (#10479)

Allow ESM files to be used in Node.js
14 files changed:
auto/auto.esm.js [deleted file]
auto/auto.mjs [new file with mode: 0644]
auto/auto.mts [moved from auto/auto.esm.d.ts with 100% similarity]
auto/package.json
docs/.vuepress/config.js
docs/scripts/components.js
docs/scripts/helpers.js
docs/scripts/register.js
docs/scripts/utils.js
helpers/helpers.mjs [moved from helpers/helpers.esm.js with 100% similarity]
helpers/helpers.mts [moved from helpers/helpers.esm.d.ts with 100% similarity]
helpers/package.json
package.json
rollup.config.js