Commit Graph

7 Commits

Author SHA1 Message Date
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
Anton Lavrenov
08c8a78451 fix fillPattern cache 2021-08-04 18:34:22 +07:00
Albert Brand
7c1787ca35 Make sure to schedule draw when calling removeChildren or destroyChildren 2021-06-30 10:06:41 +02:00
Anton Lavrenov
7bd5c62ee3 tests refactor, clean build 2021-05-05 09:19:24 -05:00
Anton Lavrenov
cb20f00e4b fix tests 2021-05-04 09:33:41 -05:00
Anton Lavrenov
7a6613118e fix tests 2021-05-04 09:05:27 -05:00
Anton Lavrenov
1c6bc48c83 autodraw 2021-05-04 08:57:03 -05:00