File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -254,12 +254,9 @@ Parser.prototype = {
254
254
}
255
255
debug ( 'Rules extracted from action %o' , rule ) ;
256
256
// use child transform or parent transform or nothing
257
- const transform = actionsResults . transform || rule . transform || false ;
258
- rule = actionsResults ;
259
- rule . transform = transform ;
260
- return this . _processRule ( rule ) ;
257
+ actionsResults . transform = actionsResults . transform || rule . transform || false ;
261
258
}
262
- return this . _parseScope ( rule , offset , actionsResults ) ;
259
+ return this . _parseScope ( actionsResults , offset , actionsResults ) ;
263
260
} , this )
264
261
. then ( function ( results ) {
265
262
parseResults = results ;
Original file line number Diff line number Diff line change 31
31
"email" : " balakirev.andrey@gmail.com"
32
32
}
33
33
],
34
- "version" : " 0.2.0-alpha.17 " ,
34
+ "version" : " 0.2.0-alpha.18 " ,
35
35
"repository" : {
36
36
"type" : " git" ,
37
37
"url" : " git+https://github.com/redco/goose-parser.git"
You can’t perform that action at this time.
0 commit comments