Searched refs:moduleJob (Results 1 – 2 of 2) sorted by relevance
107 const addJobsToDependencyGraph = async (moduleJob) => { argument108 if (jobsInGraph.has(moduleJob)) {111 jobsInGraph.add(moduleJob);112 const dependencyJobs = await moduleJob.linked;
336 const moduleJob = await this.getModuleJob(specifier, parentURL, importAttributes);337 const { module } = await moduleJob.run();