This website requires JavaScript.
Explore
Help
Register
Sign In
lsm
/
konva
Watch
1
Star
0
Fork
0
You've already forked konva
mirror of
https://github.com/konvajs/konva.git
synced
2025-09-20 03:18:00 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
20293cf18d732dfb985ae8ea2ca003703310c44f
konva
/
test
/
node-skia-global-setup.mjs
4 lines
87 B
JavaScript
Raw
Normal View
History
Unescape
Escape
fix types in tests, add skia backend
2025-08-10 22:10:55 +09:00
export
async
function
mochaGlobalSetup
(
)
{
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 09:39:20 +12:00
await
import
(
'../src/skia-backend.ts'
)
;
fix types in tests, add skia backend
2025-08-10 22:10:55 +09:00
}
Reference in New Issue
Copy Permalink