(base_path: string, p?: Paths): PathId import {base_path_to_path_id} from '@fuzdev/gro/paths.js'; base_path
type
stringp
type Paths
default
infer_paths(base_path)returns
PathId 18 declarations
(base_path: string, p?: Paths): PathId import {base_path_to_path_id} from '@fuzdev/gro/paths.js'; base_pathstringpinfer_paths(base_path)PathId (root_dir: string): Paths import {create_paths} from '@fuzdev/gro/paths.js'; root_dirstringPaths string import {GRO_DIST_DIR} from '@fuzdev/gro/paths.js'; "gro/" import {GRO_PACKAGE_DIR} from '@fuzdev/gro/paths.js'; Paths import {gro_paths} from '@fuzdev/gro/paths.js'; Paths for the Gro package being used by the user repo.
(id: PathId): Paths import {infer_paths} from '@fuzdev/gro/paths.js'; idPathIdPaths (id: PathId): boolean import {is_gro_id} from '@fuzdev/gro/paths.js'; idPathIdboolean boolean import {IS_THIS_GRO} from '@fuzdev/gro/paths.js'; string import {LIB_DIR} from '@fuzdev/gro/paths.js'; string import {LIB_DIRNAME} from '@fuzdev/gro/paths.js'; string import {LIB_PATH} from '@fuzdev/gro/paths.js'; (path_id: PathId, p?: Paths): string import {path_id_to_base_path} from '@fuzdev/gro/paths.js'; path_idPathIdpinfer_paths(path_id)string Paths import {paths} from '@fuzdev/gro/paths.js'; Paths for the user repo.
Paths import type {Paths} from '@fuzdev/gro/paths.js'; roottype string
sourcetype string
libtype string
buildtype string
build_devtype string
configtype string
(path: string, p?: Paths): string import {print_path} from '@fuzdev/gro/paths.js'; pathstringpinfer_paths(path)string (path: string, new_extension: string): string import {replace_extension} from '@fuzdev/gro/paths.js'; pathstringnew_extensionstringstring string import {ROUTES_DIRNAME} from '@fuzdev/gro/paths.js'; (id: PathId, p?: Paths): string import {to_root_path} from '@fuzdev/gro/paths.js'; idPathIdpinfer_paths(id)string