1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00
node-red/editor/js
Jeremy Barlow 2d0264116c Handle at sign in module example path for UI import menu
This commit allows an example from an npm package that has
an org scoped name (which includes an @ character) to be abbreviated
properly in the import menu - i.e., showing 'myexample' for a package
name of '@myorg/node-red-contrib-myexample' rather than
'@myorg/node red-contrib-myexample'.
2018-01-29 15:27:34 -08:00
..
text Update copyright header for JS Foundation 2017-01-11 15:24:33 +00:00
ui Handle at sign in module example path for UI import menu 2018-01-29 15:27:34 -08:00
comms.js Debug to status option (#1499) 2018-01-13 16:14:03 +00:00
events.js Update copyright header for JS Foundation 2017-01-11 15:24:33 +00:00
history.js Initial projects implementation 2017-09-20 10:30:07 +01:00
i18n.js Retry auto-install of modules that fail 2017-07-08 17:30:17 +01:00
keymap.json Add initial version control sidebar with commit function 2017-10-07 00:18:20 +01:00
main.js Better reporting of project-not-found 2018-01-24 21:54:18 +00:00
nodes.js Merge branch 'master' into 0.18 2018-01-24 23:08:14 +00:00
red.js Update copyright header for JS Foundation 2017-01-11 15:24:33 +00:00
settings.js Better permission handling in editor 2018-01-12 21:00:11 +00:00
user.js Better permission handling in editor 2018-01-12 21:00:11 +00:00
validators.js Numeric validator that accepts blank should accept undefined 2017-01-25 16:11:56 +00:00