mirror of
https://github.com/flynx/actions.js.git
synced 2025-12-20 01:51:40 +00:00
npm update
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
8e82ed7526
commit
072a3f4952
@ -208,6 +208,7 @@ Object.assign(
|
|||||||
// NOTE: keep this last as it is the most general...
|
// NOTE: keep this last as it is the most general...
|
||||||
: /^[a-zA-Z$@#_][a-zA-Z0-9$@#_\-\.]*$/.test(e) ?
|
: /^[a-zA-Z$@#_][a-zA-Z0-9$@#_\-\.]*$/.test(e) ?
|
||||||
new parseStringAction.Identifier(e)
|
new parseStringAction.Identifier(e)
|
||||||
|
// other values...
|
||||||
: JSON.parse(e) })
|
: JSON.parse(e) })
|
||||||
|
|
||||||
return {
|
return {
|
||||||
@ -939,6 +940,7 @@ module.MetaActions = {
|
|||||||
this[action](...args)
|
this[action](...args)
|
||||||
: this.parseStringAction.callAction(this, action, ...args) },
|
: this.parseStringAction.callAction(this, action, ...args) },
|
||||||
// XXX EXPERIMENTAL -- symantics of this are not final...
|
// XXX EXPERIMENTAL -- symantics of this are not final...
|
||||||
|
// XXX need str syntax for this...
|
||||||
chain: function(actions, ...args){
|
chain: function(actions, ...args){
|
||||||
var that = this
|
var that = this
|
||||||
actions
|
actions
|
||||||
|
|||||||
@ -23,6 +23,6 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/flynx/actions.js#readme",
|
"homepage": "https://github.com/flynx/actions.js#readme",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"ig-object": "^5.4.12"
|
"ig-object": "^5.4.16"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user