Remove getTime workaround and Node.js type bleeding (#723)

- Removes legacy timer workaround (redundant on Chrome v6 / Node.js v16)
- Removes old type workarounds
- Improves type inference speed
This commit is contained in:
filtered
2025-03-09 00:27:49 +11:00
committed by GitHub
parent 7119480f84
commit 68945cb54d
5 changed files with 9 additions and 28 deletions

View File

@@ -150,7 +150,6 @@ LiteGraphGlobal {
"dialog_close_on_mouse_leave_delay": 500,
"distance": [Function],
"do_add_triggers_slots": false,
"getTime": [Function],
"highlight_selected_group": true,
"isInsideRectangle": [Function],
"middle_click_slot_add_default_node": false,