Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.

Commit

Permalink
fix: export ParseErrorHandlerResult as well
Browse files Browse the repository at this point in the history
  • Loading branch information
brawaru committed Oct 9, 2023
1 parent b8bf126 commit e741506
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/parser/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ export {
type ParseErrorHandlingOption,
type ParseErrorContext,
type ParseErrorHandlingStrategy,
type ParseErrorHandlerResult,
} from './error-handling.ts'
1 change: 1 addition & 0 deletions src/secondary-exports.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ export {
type ParseErrorHandler,
type ParseErrorHandlingOption,
type ParseErrorHandlingStrategy,
type ParseErrorHandlerResult,
} from './parser/index.ts'

0 comments on commit e741506

Please sign in to comment.