| 1 | /** @type {import("../../../../").LoaderDefinitionFunction} */ |
| 2 | exports.default = function (source) { |
| 3 | const content = JSON.parse(source); |
| 4 | // content is one reference or an array of references |
nothing calls this directly
no test coverage detected