1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00
node-red/packages/node_modules/@node-red
Nick O'Leary 473a2ae275
Remove all Promises from Switch node
Promises are expensive and should not be used in the main
message handling path. The Switch node used them a lot if
the node references context - with a lot of duplicate code
to handle async and sync code paths.

This change modifies the code to use callbacks throughout
that are just as performant in either case.
2018-12-20 22:57:47 +00:00
..
editor-api Allow oauth strategy callback method to be customised 2018-12-13 13:43:57 +00:00
editor-client Add TreeList common widget 2018-12-20 13:15:31 +00:00
nodes Remove all Promises from Switch node 2018-12-20 22:57:47 +00:00
registry Fixup version again because its Friday afternoon 2018-12-07 16:49:37 +00:00
runtime Update message catalogue 2018-12-17 18:48:19 +09:00
util Fixup version again because its Friday afternoon 2018-12-07 16:49:37 +00:00