facebook / fbjs

A collection of utility libraries used by other Meta JS projects.
MIT License
1.95k stars 313 forks source link

Add the ability of inlining any call #302

Closed mjesun closed 6 years ago

mjesun commented 6 years ago

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.