| 1 | /** @type {import("../../../../").PitchLoaderDefinitionFunction} */ |
| 2 | exports.pitch = async function (remaining) { |
| 3 | const result = await this.importModule( |
| 4 | this.resourcePath + '.webpack[javascript/auto]' + '!=!' + remaining, { |
nothing calls this directly
no test coverage detected