Skip to content

Commit

Permalink
fix: export ERR as ErrorCodes from error-codes.js (inikulin#704)
Browse files Browse the repository at this point in the history
  • Loading branch information
milahu authored and jmbpwtw committed Feb 16, 2023
1 parent 23588c9 commit ef4ac9d
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 ef4ac9d

Please sign in to comment.