The second part of https://github.com/gobblejs/gobble/pull/49#issuecomment-94196177. This causes an error to be thrown if you do node.grab('foo', 'bar') instead of node.grab('foo/bar'), and allows an options object (containing an id) to be passed through to the grab, moveTo, include and exclude builtins.
The second part of https://github.com/gobblejs/gobble/pull/49#issuecomment-94196177. This causes an error to be thrown if you do
node.grab('foo', 'bar')
instead ofnode.grab('foo/bar')
, and allows an options object (containing anid
) to be passed through to thegrab
,moveTo
,include
andexclude
builtins.