(code, id)
| 11 | name: "string", |
| 12 | |
| 13 | transform(code, id) { |
| 14 | if (filter(id)) { |
| 15 | return { |
| 16 | code: `export default ${JSON.stringify(code)};`, |
| 17 | map: { mappings: "" } |
| 18 | }; |
| 19 | } |
| 20 | } |
| 21 | }; |
| 22 | } |
| 23 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…