()
| 41 | let client = null; |
| 42 | |
| 43 | function disconnect() { |
| 44 | client = null; |
| 45 | packagerServer.setHMRFileChangeListener(null); |
| 46 | } |
| 47 | |
| 48 | // For the give platform and entry file, returns a promise with: |
| 49 | // - The full list of dependencies. |
no test coverage detected
searching dependent graphs…