todo-backend: mark public API as public
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -90,7 +90,7 @@ export type TodoParserResult = {
|
||||
lineNumber: number;
|
||||
};
|
||||
|
||||
// @alpha
|
||||
// @public
|
||||
export const todoPlugin: () => BackendFeature;
|
||||
|
||||
// @public (undocumented)
|
||||
@@ -118,7 +118,7 @@ export type TodoReaderServiceOptions = {
|
||||
defaultPageSize?: number;
|
||||
};
|
||||
|
||||
// @alpha (undocumented)
|
||||
// @public (undocumented)
|
||||
export const todoReaderServiceRef: ServiceRef<TodoReader, 'plugin'>;
|
||||
|
||||
// @public (undocumented)
|
||||
|
||||
@@ -174,7 +174,7 @@ export class TodoScmReader implements TodoReader {
|
||||
}
|
||||
|
||||
/**
|
||||
* @alpha
|
||||
* @public
|
||||
*/
|
||||
export const todoReaderServiceRef = createServiceRef<TodoReader>({
|
||||
id: 'todo.todoReader',
|
||||
|
||||
@@ -24,7 +24,7 @@ import { createRouter } from './service/router';
|
||||
|
||||
/**
|
||||
* The Todos plugin is responsible for aggregating todo comments within source.
|
||||
* @alpha
|
||||
* @public
|
||||
*/
|
||||
export const todoPlugin = createBackendPlugin({
|
||||
pluginId: 'todo-backend',
|
||||
|
||||
Reference in New Issue
Block a user