Compare commits

..

2 Commits

Author SHA1 Message Date
943f8f3291 tweaks...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2023-11-12 02:34:45 +03:00
a4f3e2b2d6 npm update
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2023-11-12 02:34:33 +03:00
2 changed files with 660 additions and 334 deletions

View File

@ -156,7 +156,10 @@ for(var k in SPECIAL_KEYS){
var doc =
module.doc =
function doc(text, func){
func = !func ? function(){return true}: func
func = !func ?
function(){
return true }
: func
func.doc = text
return func }
@ -460,7 +463,7 @@ function shifted(key){
// // .drop to '*' (drop all) and explicitly setting the keys to
// // be propagated to 'NEXT'.
// //
// // NOTE: his takes precedence over .drop
// // NOTE: this takes precedence over .drop
// <key>: 'NEXT',
//
// ...

987
Viewer/package-lock.json generated

File diff suppressed because it is too large Load Diff