Closed mikehaverstock closed 5 years ago
@mikehaverstock thanks again, I've included a test for this use case and released as v0.14.2
. Due to the limited time I have I didn't handle nested member expressions like:
define(function (require) {
return require('./foo').bar;
});
define(function (require) {
return require('./foo').bar.baz;
});
It should be pretty easy to handle though based on the related code. PRs highly appreciated.
Example:
Actual:
Expected: