So it looks to me that bindle is hardcoded here: https://github.com/gajus/surgeon/blob/master/src/index.js#L79 I tried some hackery ```javascript selectBindle: (s, v) => selectSubroutine(s, v, { evaluator: cheerioEvaluator(), property: 'value' }), debugBindle: (s, v, bindle) => { log.info(toStr({bindle})); return bindle; }, ``` But when I use them like this: ```yml test: selectBindle body|debugBindle ``` There is no property named property, so I'm unable to modify the bindle. Making it possible to set the bindle init time via userConfiguration shouldn't be much work. Making it possible to change the bindle could be useful. Perhaps expose some subroutine?
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by ComLock and has received 4 comments.