We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
doc
Update README.md
support another style of asyn : n.t.bind(null, './i8i4', 7)
support SameNameVar-VariableDeclaration-ObjectPatern like let {color:… … n = m.hsl,} = e;
require.bind(null, 'xxx') can be changed to require('./xxx') if xxx i… …s found
support SameNameVar-VariableDeclaration-ObjectPatern like const { onS… …ubmit: n } = this.props;
add require_visitors and convertRequireBind for require.bind(null, 'b… …cs1')
add new option deleteOld to friendlyExports
support bundle.js produced by BrowserifyLike