-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Description
The invoke()
function in src/auto/injector.js
jumps through some hoops to allow two different method signatures: one with locals
and one without. Using some of the following techniques, figure out:
- When that change occurred
- What was the previous function signature
- Why did it change?
The git log
subcommand will be your friend here. Github has a built-in version -- the "history" panel -- that you can fall back on. Explore the various options to git log
and pay special attention to the flags -S
, -G
, --pickaxe-regex
and --word-diff
. They'll help.
Metadata
Metadata
Assignees
Labels
No labels