// @flow import type {AST, MutableAsset} from '@parcel/types'; import type {PostHTMLNode} from 'posthtml'; import PostHTML from 'posthtml'; // A list of all attributes that may produce a dependency // Based on https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes const ATTRS = { src: [ 'script', 'img', 'audio', 'video', 'source', 'track', 'iframe', 'embed', 'amp-img', ], // Using href with