()
| 42 | } |
| 43 | |
| 44 | const needToResolveOnBrowser = () => |
| 45 | state.module == null && |
| 46 | state.error == null && |
| 47 | !state.resolving && |
| 48 | typeof window !== 'undefined' |
| 49 | |
| 50 | // Takes the given module and if it has a ".default" the ".default" will |
| 51 | // be returned. i.e. handy when you could be dealing with es6 imports. |
no outgoing calls
no test coverage detected
searching dependent graphs…