feat(module-federation): expose additional helpers (#12990)
This commit is contained in:
parent
e08d7848b3
commit
080543e76d
@ -1,12 +1,7 @@
|
||||
import { ProjectGraph } from '@nrwl/devkit';
|
||||
import type { ProjectGraph } from '@nrwl/devkit';
|
||||
import type { WorkspaceLibrary } from '../models';
|
||||
import { readTsPathMappings } from './typescript';
|
||||
|
||||
export type WorkspaceLibrary = {
|
||||
name: string;
|
||||
root: string;
|
||||
importKey: string | undefined;
|
||||
};
|
||||
|
||||
export function getDependentPackagesForProject(
|
||||
projectGraph: ProjectGraph,
|
||||
name: string
|
||||
|
||||
@ -1 +1,3 @@
|
||||
export * from './share';
|
||||
export * from './dependencies';
|
||||
export * from './package-json';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user