Note: this PR is based in #301, which needs to be reviewed before reviewing this one.
Adds the ability of customizing the name of the calls that can be inlined. By default, this list is only composed by require. A test has been added to demonstrate the behavior.
Note: this PR is based in #301, which needs to be reviewed before reviewing this one.
Adds the ability of customizing the name of the calls that can be inlined. By default, this list is only composed by
require
. A test has been added to demonstrate the behavior.