Releases: litegraph-tsx/litegraph.tsx
Upgrade Pathway through ES6
This pre-release:
-
Isn't ready yet
-
Currently breaks LGraphCanvas.adjustMouseEvent
-
Tested, revised and tested build for litegraph.core.js
-
SillyClient bug and node registration instantiation bug are both still present at this stage, will have to remove.
-
Currently does not have 4 PRs that were put to ComfyAnonymous (contact me if you need to know what these are)
-
Uses a shunt to expose all of the LiteGraph classes and methods that previously were assigned to "global" within an IIFE to global still, while alerting developers on get that this is deprecated and they should use imports. For modularization, both functionalities are available during the transition stage.
-
Has a warning in ES3/5 constructor functions that calling the constructor rather than constructing it is deprecated and they should use new. As of this pre-release, it does not yet upgrade to ES6 classes.