-
Notifications
You must be signed in to change notification settings - Fork 0
Home
jeff edited this page Jun 10, 2014
·
10 revisions
insert.into(<filename>, <matcher>, <insert>);
matcher
options:
- Match By Structure
- Match By Order of Occurrence
{
obj: '',
func: '',
nested: {
before: {
obj: '',
func: '',
ret: true
},
after: {
obj: '',
func: '',
}
}
}
value
options:
{
code: '',
param: {
obj: {
key: '',
value: ''
type: 'literal|variable' //variable is default
},
func: {
param: '',
type: 'literal|variable' //variable is default
},
arr: {
param: '',
type: 'literal|variable' //variable is default
}
}
}