()
| 123 | } |
| 124 | |
| 125 | public clear(): void { |
| 126 | this.idToModuleMap.clear() |
| 127 | this.fileToModulesMap.clear() |
| 128 | this.urlToIdModuleMap.clear() |
| 129 | } |
| 130 | } |
| 131 | |
| 132 | // unique id that is not available as "$bare_import" like "test" |
no outgoing calls
no test coverage detected