Searched refs:findApplicationTargetWithDependenciesAsync (Results 1 – 6 of 6) sorted by relevance
4 import { findApplicationTargetWithDependenciesAsync, TargetType } from '../Target';10 describe(findApplicationTargetWithDependenciesAsync, () => {28 const applicationTarget = await findApplicationTargetWithDependenciesAsync(54 const applicationTarget = await findApplicationTargetWithDependenciesAsync(84 const applicationTarget = await findApplicationTargetWithDependenciesAsync(
7 exports.findApplicationTargetWithDependenciesAsync = findApplicationTargetWithDependenciesAsync;57 async function findApplicationTargetWithDependenciesAsync(projectRoot, scheme) { function
22 export declare function findApplicationTargetWithDependenciesAsync(projectRoot: string, scheme: str…
1 …findApplicationTargetWithDependenciesAsync","projectRoot","scheme","applicationTargetName","getApp…
46 export async function findApplicationTargetWithDependenciesAsync( function
80 - Update `Target.findApplicationTargetWithDependenciesAsync` to mark framework targets as non-signa…