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/nodes/core
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
..
core Update Link node UI to use TreeList 2018-12-20 13:15:42 +00:00
hardware add fixes for core nodes 2018-11-30 13:02:15 +00:00
io minor fix 2018-12-04 15:46:46 +00:00
logic Remove all Promises from Switch node 2018-12-20 22:57:47 +00:00
parsers JSON node: delete msg.schema before sending msg to avoid conflicts 2018-12-10 13:47:55 -05:00
storage Remove sentiment and tail nodes 2018-12-07 16:23:55 +00:00