node-red/packages/node_modules/@node-red/runtime/lib/api
Nick O'Leary 3f9a29730f
Add partial implementation of adding library sources via editor
This adds lots of commented out code that provides a settings panel
to add new library sources. It is incomplete as it doesn't actually
add/update the library sources on the runtime.

For 1.3, I'm focussing on allowing additional sources get added
via the settings file only. I've done enough work on the editor
side to convince myself more work is needed than I can justify
at this time on what is otherwise not going to be a widely
used feature.
2021-02-18 11:58:23 +00:00
..
comms.js Move exec and events components to util module 2020-12-07 11:49:01 +00:00
context.js Use more async funcs in runtime/lib/api to reduce Promise creation 2020-12-07 11:49:01 +00:00
flows.js Fix flow api unit tests 2020-09-29 17:35:43 +01:00
index.js Initial plugin runtime api implementation 2021-01-18 16:25:40 +00:00
library.js Add partial implementation of adding library sources via editor 2021-02-18 11:58:23 +00:00
nodes.js Merge branch 'master' into dev 2021-01-27 23:28:19 +00:00
plugins.js Add initial support for ThemePlugins 2021-01-26 13:49:47 +00:00
projects.js Use more async funcs in runtime/lib/api to reduce Promise creation 2020-12-07 11:49:01 +00:00
settings.js Support for library source plugins 2021-02-18 11:58:22 +00:00