mirror of
https://github.com/flynx/actions.js.git
synced 2025-12-20 18:11:44 +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...
|
||||
: /^[a-zA-Z$@#_][a-zA-Z0-9$@#_\-\.]*$/.test(e) ?
|
||||
new parseStringAction.Identifier(e)
|
||||
// other values...
|
||||
: JSON.parse(e) })
|
||||
|
||||
return {
|
||||
@ -939,6 +940,7 @@ module.MetaActions = {
|
||||
this[action](...args)
|
||||
: this.parseStringAction.callAction(this, action, ...args) },
|
||||
// XXX EXPERIMENTAL -- symantics of this are not final...
|
||||
// XXX need str syntax for this...
|
||||
chain: function(actions, ...args){
|
||||
var that = this
|
||||
actions
|
||||
|
||||
@ -23,6 +23,6 @@
|
||||
},
|
||||
"homepage": "https://github.com/flynx/actions.js#readme",
|
||||
"dependencies": {
|
||||
"ig-object": "^5.4.12"
|
||||
"ig-object": "^5.4.16"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user