* Adds a file as dependency of the loader result in order to make them watchable. * For example, html-loader uses this technique as it finds src and src-set attributes. * Then, it sets the url's for those attributes as dependencies of the html file that is parsed.
(file: string)
| 167 | * Then, it sets the url's for those attributes as dependencies of the html file that is parsed. |
| 168 | */ |
| 169 | addDependency(file: string): void; |
| 170 | |
| 171 | addMissingDependency(context: string): void; |
| 172 |
no outgoing calls
no test coverage detected