paths.ts

Declarations
#

18 declarations

view source

base_path_to_path_id
#

paths.ts view source

(base_path: string, p?: Paths): PathId

base_path

type string

p

type Paths
default infer_paths(base_path)

returns

PathId

create_paths
#

GRO_DIST_DIR
#

GRO_PACKAGE_DIR
#

gro_paths
#

infer_paths
#

is_gro_id
#

IS_THIS_GRO
#

LIB_DIR
#

LIB_DIRNAME
#

LIB_PATH
#

path_id_to_base_path
#

paths.ts view source

(path_id: PathId, p?: Paths): string

path_id

type PathId

p

type Paths
default infer_paths(path_id)

returns

string

paths
#

Paths
#

paths.ts view source

Paths

root

type string

source

type string

lib

type string

build

type string

build_dev

type string

config

type string

print_path
#

replace_extension
#

paths.ts view source

(path: string, new_extension: string): string

path

type string

new_extension

type string

returns

string

ROUTES_DIRNAME
#

to_root_path
#

paths.ts view source

(id: PathId, p?: Paths): string

id

type PathId

p

type Paths
default infer_paths(id)

returns

string

Depends on
#

Imported by
#