Nathan Muir
|
42e70ee82e
|
refactor: remove custom typescript settings for tests
|
2025-08-20 17:47:42 +12:00 |
|
Nathan Muir
|
758adcd502
|
refactor: remove rename-imports scripts
Update approach of dealing with file extensions differences between typescript & node.
Leverages `rewriteRelativeImportExtensions` that was added in typescript 5.7 [1], and that is recommended path by node to run typescript in the future [2]
[1] https://www.typescriptlang.org/docs/handbook/release-notes/typescript-5-7.html#path-rewriting-for-relative-paths
[2] https://nodejs.org/api/typescript.html#type-stripping
|
2025-08-20 17:12:52 +12:00 |
|
Nathan Muir
|
e50a3ea0dc
|
chore: apply prettier formatting
|
2025-08-19 14:15:35 +12:00 |
|
CadenH
|
18956ae62b
|
Fixed negative polygon radius corner radius bug
|
2025-07-23 12:39:32 -07:00 |
|
CadenH
|
1adf506a93
|
changed const to var
|
2025-06-30 16:08:17 -07:00 |
|
CadenH
|
089766c7ae
|
fixed bugged test
|
2025-06-30 13:10:28 -07:00 |
|
CadenH
|
5155a240a3
|
add corner radius for regular polygon
|
2025-06-30 01:24:21 -07:00 |
|
Anton Lavrenov
|
fcf53dc138
|
remove rounding from getClientRect
|
2022-03-12 22:28:19 -05:00 |
|
Anton Lavrenov
|
7bd5c62ee3
|
tests refactor, clean build
|
2021-05-05 09:19:24 -05:00 |
|
Anton Lavrenov
|
59956fe944
|
refactor tests
|
2021-05-03 17:09:18 -05:00 |
|