Open
Description
When using something like: yarn danger -- pr https://github.com/artsy/emission/pull/499 --repl
It currently doesn't matter what you've set up in your Dangerfile, it won't pass on the local context in the form of const
s, functions et al. This threw me off, had to C&P a bunch of work before I could dig in.
Ideally the REPL's context would include all of the Dangerfile's current context. Maybe we can include some text beforehand saying how to use the repl too.