(dependency)
| 1611 | /** @type {AnyLoaderContext} */ |
| 1612 | ({ |
| 1613 | addDependency(dependency) { |
| 1614 | loaderContext.addDependency(dependency); |
| 1615 | }, |
| 1616 | fs: loaderContext.fs, |
| 1617 | _module: undefined, |
| 1618 | resourcePath, |
nothing calls this directly
no test coverage detected