* Assuming this module is in the cache. Remove internal references to allow freeing some memory.
()
| 1243 | * Assuming this module is in the cache. Remove internal references to allow freeing some memory. |
| 1244 | */ |
| 1245 | cleanupForCache() { |
| 1246 | this.factoryMeta = undefined; |
| 1247 | this.resolveOptions = undefined; |
| 1248 | } |
| 1249 | |
| 1250 | /** |
| 1251 | * Gets the original source. |
no outgoing calls
no test coverage detected