(_code, id)
| 32 | } |
| 33 | }, |
| 34 | transform(_code, id) { |
| 35 | if (id === entryUrl) { |
| 36 | const { meta } = this.getModuleInfo(entryUrl) ?? {} |
| 37 | metaArray.push(meta) |
| 38 | |
| 39 | return { meta: { x: 3 } } |
| 40 | } |
| 41 | }, |
| 42 | buildEnd() { |
| 43 | const { meta } = this.getModuleInfo(entryUrl) ?? {} |
| 44 | metaArray.push(meta) |
no test coverage detected