FromSourceOptions: {
    fsDeletePaths?: string[];
    fsPaths: string[];
    include?: ComponentSet;
} & OptionalTreeRegistryOptions

Type declaration

  • OptionalfsDeletePaths?: string[]

    File paths or directory paths of deleted components, i.e., destructive changes.

  • fsPaths: string[]

    File paths or directory paths to resolve components against

  • Optionalinclude?: ComponentSet

    Only resolve components contained in the given set