/*12These are special dependencies that need to be explicitly imported here3so that our vendoring process finds them. They're used in dynamic imports4that are not found by the static analysis of the vendoring process.56This is only used by vendor.sh and should not be imported by any other code.7*/89// for puppeteer10import { dirname, join, SEP } from "https://deno.land/[email protected]/path/mod.ts";11import puppeteer from "https://deno.land/x/[email protected]/mod.ts";12import _jszip from "https://dev.jspm.io/[email protected]";13// import * as _base64 from "https://deno.land/[email protected]/encoding/base64.ts";1415// I don't quite understand why the import map is not resolving this one16import * as _base64_2 from "https://deno.land/[email protected]/encoding/base64.ts";171819