]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
WIP: TypeScript types (#7668)
authorSamuel Gratzl <sam@sgratzl.com>
Tue, 4 Aug 2020 20:52:57 +0000 (22:52 +0200)
committerGitHub <noreply@github.com>
Tue, 4 Aug 2020 20:52:57 +0000 (16:52 -0400)
commit4eeed6e876353918063a5ef184928e2e2c667618
treeb273eca267a62ce7210739011d027011acaf7cda
parent9c27f748018f54bc3148318150face1f3800209b
WIP: TypeScript types (#7668)

First version of types
27 files changed:
package-lock.json
package.json
rollup.config.js
test/types/simple.ts [new file with mode: 0644]
types/controllers/index.d.ts [new file with mode: 0644]
types/core/index.d.ts [new file with mode: 0644]
types/core/interfaces.d.ts [new file with mode: 0644]
types/elements/index.d.ts [new file with mode: 0644]
types/helpers/helpers.canvas.d.ts [new file with mode: 0644]
types/helpers/helpers.collection.d.ts [new file with mode: 0644]
types/helpers/helpers.color.d.ts [new file with mode: 0644]
types/helpers/helpers.core.d.ts [new file with mode: 0644]
types/helpers/helpers.curve.d.ts [new file with mode: 0644]
types/helpers/helpers.dom.d.ts [new file with mode: 0644]
types/helpers/helpers.easing.d.ts [new file with mode: 0644]
types/helpers/helpers.extras.d.ts [new file with mode: 0644]
types/helpers/helpers.interpolation.d.ts [new file with mode: 0644]
types/helpers/helpers.math.d.ts [new file with mode: 0644]
types/helpers/helpers.options.d.ts [new file with mode: 0644]
types/helpers/helpers.rtl.d.ts [new file with mode: 0644]
types/helpers/helpers.segment.d.ts [new file with mode: 0644]
types/helpers/index.d.ts [new file with mode: 0644]
types/index.esm.d.ts [new file with mode: 0644]
types/interfaces.d.ts [new file with mode: 0644]
types/platform/index.d.ts [new file with mode: 0644]
types/plugins/index.d.ts [new file with mode: 0644]
types/scales/index.d.ts [new file with mode: 0644]