update api report

Signed-off-by: Oleg S <97077423+RobotSail@users.noreply.github.com>
This commit is contained in:
Oleg S
2023-02-20 09:13:52 -05:00
parent fe259c1c01
commit 2b0387915d
+3 -3
View File
@@ -118,6 +118,9 @@ export type TodoReaderServiceOptions = {
defaultPageSize?: number;
};
// @alpha (undocumented)
export const todoReaderServiceRef: ServiceRef<TodoReader, 'plugin'>;
// @public (undocumented)
export class TodoScmReader implements TodoReader {
constructor(options: TodoScmReaderOptions);
@@ -139,9 +142,6 @@ export type TodoScmReaderOptions = {
filePathFilter?: (filePath: string) => boolean;
};
// @alpha (undocumented)
export const todoScmReaderRef: ServiceRef<TodoScmReader, 'plugin'>;
// @public (undocumented)
export interface TodoService {
// (undocumented)