(dep)
| 285 | }); |
| 286 | |
| 287 | function getSpecifier(dep) { |
| 288 | if (typeof dep.meta.placeholder === 'string') { |
| 289 | return dep.meta.placeholder; |
| 290 | } |
| 291 | |
| 292 | return dep.specifier; |
| 293 | } |
| 294 | |
| 295 | function rename(bundle) { |
| 296 | return bundle.name.slice(0, -path.extname(bundle.name).length) + '.html'; |