core-compat-api: add API report + fix

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2023-10-17 17:53:48 +02:00
parent dca88645f6
commit ba0a665840
2 changed files with 17 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
## API Report File for "@backstage/core-compat-api"
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
```ts
/// <reference types="react" />
import { BackstagePlugin } from '@backstage/frontend-plugin-api';
// @public (undocumented)
export function collectLegacyRoutes(
flatRoutesElement: JSX.Element,
): BackstagePlugin[];
// (No @packageDocumentation comment for this package)
```
@@ -58,6 +58,7 @@ Existing tasks:
*/
/** @public */
export function collectLegacyRoutes(
flatRoutesElement: JSX.Element,
): BackstagePlugin[] {