Initial Commit

This commit is contained in:
2026-01-15 21:52:12 +01:00
committed by erik
parent 3ed42cdeb6
commit 5a70f775f1
6702 changed files with 1389544 additions and 0 deletions

19
node_modules/canvas/changes generated vendored Normal file
View File

@@ -0,0 +1,19 @@
toBuffer and other canvas methods were static and unwrapped
the this arg. this seemed weird. they are now instance
methods since that's how object wrap works, XXX add
instanceof checks?
node-canvas no lunger flushes microtasks when calling stream
cbs XXX wait now that I say it that sounds wrong?
we don't need CHECK_RECEIVER anymore? dbl check that?
TODO: check changes from As<X> to AsX. bad assumption.
dbl check try catch changes?
Error is now CairoError
global this in all callbacks, streamPNGSync now flushes microtasks
streamPDF uses MakeCallback, not runInAsyncScope