(source, importer, options)
| 526 | }); |
| 527 | }, |
| 528 | resolveId(source, importer, options) { |
| 529 | resolveOptions.push([ |
| 530 | getLastPathFragment(source), |
| 531 | getLastPathFragment(importer), |
| 532 | options |
| 533 | ]); |
| 534 | } |
| 535 | } |
| 536 | ] |
| 537 | }); |
nothing calls this directly
no test coverage detected