MCPcopy Create free account
hub / github.com/mikro-orm/mikro-orm / normalizePath

Method normalizePath

packages/core/src/utils/fs-utils.ts:27–27  ·  view source on GitHub ↗
(...parts: string[])

Source from the content-addressed store, hash-verified

25 getORMPackageVersion(name: string): string | undefined;
26 checkPackageVersion(): void;
27 normalizePath(...parts: string[]): string;
28 relativePath(path: string, relativeTo: string): string;
29 absolutePath(path: string, baseDir?: string): string;
30 readFile(path: string): Promise<string>;

Callers 15

seedStringMethod · 0.80
initPropertiesMethod · 0.80
initProjectMethod · 0.80
initSourceFilesMethod · 0.80
generateFunction · 0.80
combineMethod · 0.80
rollupFunction · 0.80
discoverMigrationsFunction · 0.80
resolveGlobFunction · 0.80
getPackageConfigFunction · 0.80
relativePathFunction · 0.80
absolutePathFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected