Skip to content

Commit

Permalink
refactor(core): do not export createInternalBuilder, but export Watcher
Browse files Browse the repository at this point in the history
  • Loading branch information
sdorra committed Aug 4, 2024
1 parent 2af05da commit f7774d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/builder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ export async function createBuilder(
};
}

export async function createInternalBuilder(
async function createInternalBuilder(
emitter: Emitter,
baseDirectory: string,
directory: string,
Expand Down
1 change: 1 addition & 0 deletions packages/core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ export type { GetTypeByName, Modification, Document } from "./types";
export { TransformError } from "./transformer";
export { CollectError } from "./collector";
export { ConfigurationError } from "./configurationReader";
export { type Watcher } from "./watcher"

0 comments on commit f7774d8

Please sign in to comment.