Skip to content

Commit

Permalink
fix: export ERR as ErrorCodes from error-codes.js
Browse files Browse the repository at this point in the history
  • Loading branch information
milahu authored Oct 18, 2022
1 parent 7a1687a commit 84faf21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/parse5/lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export { type DefaultTreeAdapterMap, defaultTreeAdapter } from './tree-adapters/
export type { TreeAdapter, TreeAdapterTypeMap } from './tree-adapters/interface.js';
export { type ParserOptions, /** @internal */ Parser } from './parser/index.js';
export { serialize, serializeOuter, type SerializerOptions } from './serializer/index.js';
export { ERR as ErrorCodes } from './common/error-codes.js';
export type { ParserError } from './common/error-codes.js';

/** @internal */
Expand Down

0 comments on commit 84faf21

Please sign in to comment.