Files
backstage/packages/config-loader
Mitchell Hentges 24f5a8567d Add "path" to TransformFunc context
We have a use case where the transform we're applying to a value _depends_ on where
that value sits in the object tree.

`filterPath` seemed better to expose that `visibilityPath` because:
* JQ-style paths with `.` as separate are more common, and are supported by
  `lodash`'s `get()` function.
* For array items, `visibilityPath` doesn't include the array index

Signed-off-by: Mitchell Hentges <mhentges@spotify.com>
2023-12-01 16:18:29 +01:00
..
2023-12-01 16:18:29 +01:00
2023-11-14 13:25:17 +00:00
2023-11-14 13:25:17 +00:00
2023-02-27 10:07:05 +01:00

@backstage/config-loader

This package provides config loading functionality used by the backend, and CLI.

Installation

Do not install this package directly, it is an internal package used by @backstage/cli, and @backstage/backend-common. Depend on either of those instead.

Documentation