Consider having execute return a plain object
guybedford opened this issue · 0 comments
guybedford commented
If execute returns a plain object (or is even given a plain object to work with in the first place, which would be a step towards circular dependency handling), then it isn't necessary to provide Module
as a global, which may help reduce the global count.