-
Notifications
You must be signed in to change notification settings - Fork 498
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: update tsconfig.json (#4978)
* feat: package manager change to pnpm * ci: workflow_dispatch * ci: mAIN_PULL_REQUEST * ci: pnpm store * ci: build * ci: pnpm * ci: pp install * chore: add npmrc and skiplib ts lint * chore: commitlint dir * chore: build:tsc script * chore: pr yml add comments * refactor: use npm-run-all2 * feat: remove the coverage of HTMLAttributes type in jsx.d.ts * feat: cSSProperties * style: remove suppressImplicitAnyIndexErrors * style: update tsconfig.json * style: up tsconfig.json * style: up * style: moduleResolution bundler and up typescript to 5 * style: enable noImplicitAny * chore: fix implicitAny true and typo * chore: fix implicitAny true * chore: fix implicitAny true * style: fix types error * chore: fix implicitAny true * style: getValidAttrs utils helper * style: fix implicitAny true * style: fix implicitAny true * style: fix implicitAny true * style: fix implicitAny true * style: fix implicitAny true * style: fix implicitAny true * style: add general utils and fix any type error * style: up common * style: fix implicitAny true * chore: fix implicitAny true * chore: fix implicitAny true * chore: fix implicitAny true * chore: fix implicitAny true * chore: fix eslint unused check * chore: fix eslint unused check * chore: move utils to commmon * chore: remove utils * fix: revert calcRowStyle * chore: up snap * chore: add todo symbol * chore: fix implicitAny true * chore: fix implicitAny true * chore: optimize todo comment * chore: optimize todo comment * chore: optimize todo comment * chore: optimize todo comment * chore: optimize todo comment * chore: optimize todo comment * chore: optimize todo comment --------- Co-authored-by: Uyarn <uyarnchen@gmail.com>
- Loading branch information
1 parent
cff3a1a
commit dd5eb5d
Showing
93 changed files
with
1,580 additions
and
537 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule common
updated
20 files
+3 −0 | .eslintrc.js | |
+4 −3 | js/color-picker/color.ts | |
+1 −1 | js/color-picker/gradient.ts | |
+1 −1 | js/date-picker/utils.ts | |
+1 −1 | js/loading/circle-adapter.ts | |
+7 −0 | js/tree-v1/tree-node.ts | |
+8 −2 | js/tree-v1/tree-store.ts | |
+3 −3 | js/tree/tree-node-model.ts | |
+4 −0 | js/tree/tree-node.ts | |
+8 −2 | js/tree/tree-store.ts | |
+1 −1 | js/upload/utils.ts | |
+42 −0 | js/utils/easing.ts | |
+16 −0 | js/utils/general.ts | |
+19 −5 | js/utils/helper.ts | |
+17 −0 | js/utils/responsive.ts | |
+4 −1 | js/utils/setStyle.ts | |
+9 −0 | js/utils/stringTemplate.ts | |
+13 −0 | js/utils/types.ts | |
+2 −1 | package.json | |
+23 −12 | tsconfig.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.