Hacker News new | ask | show | jobs
by CGamesPlay 4616 days ago
Not possible in jsgrep without enumerating all of the binary options (I can't think of a good reason for needing to do that though). It's more suited for doing API changes:

  -foo(A, B, true)
  +fooWithOption(A, B)