(imp Import)
| 288 | } |
| 289 | |
| 290 | func (im *ImportMap) FetchImportMeta(imp Import) (meta ImportMeta, err error) { |
| 291 | return fetchImportMeta(im.cdnOrigin(), imp, im.config.Target) |
| 292 | } |
| 293 | |
| 294 | // AddImportFromSpecifier adds an import from a specifier to the import map. |
| 295 | func (im *ImportMap) AddImportFromSpecifier(specifier string, noSRI bool) (warnings []string, errors []error) { |
no test coverage detected