excalidraw/packages
sunub 899c652147 refactor: Replace { x: number, y: number } type declarations with Point type
- Updated type declarations written as { x: number, y: number } to use the Point type as per requirements.
- Explicit names were used for variables by destructuring previously used object types.
- For example, scenePointer.x, scenePointer.y are now destructured as scenePointerX and scenePointerY.
- When a Point type was required as an argument, the `pointFrom` helper function was used to convert and pass the value.
2025-04-17 13:51:11 +09:00
..
common refactor: Replace { x: number, y: number } type declarations with Point type 2025-04-17 13:51:11 +09:00
element refactor: Replace { x: number, y: number } type declarations with Point type 2025-04-17 13:51:11 +09:00
excalidraw refactor: Replace { x: number, y: number } type declarations with Point type 2025-04-17 13:51:11 +09:00
math refactor: Update generic constraint Point to use GenericPoint 2025-04-17 13:16:35 +09:00
utils refactor: Update generic constraint Point to use GenericPoint 2025-04-17 13:16:35 +09:00
eslintrc.base.json refactor: separate elements logic into a standalone package (#9285) 2025-03-26 15:24:59 +01:00
tsconfig.base.json fix: incorrect type imports (#9308) 2025-03-27 12:00:12 +01:00