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 committed Oct 18, 2022
1 parent 7a1687a commit c43378b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/parse5/lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +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 type { ParserError } from './common/error-codes.js';
export { ERR as ErrorCodes, type ParserError } from './common/error-codes.js';

/** @internal */
export * as foreignContent from './common/foreign-content.js';
Expand Down

0 comments on commit c43378b

Please sign in to comment.