Skip to content

Commit

Permalink
revert: keeping core exports for now
Browse files Browse the repository at this point in the history
  • Loading branch information
mindplay-dk authored and norskeld committed Aug 15, 2023
1 parent 511ffcc commit 8c2849d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parsers.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export * from '@core' // TODO keep this here for BC? or move to a dedicated core export?
export * from '@core'
export * from '@parsers/any'
export * from '@parsers/defer'
export * from '@parsers/eof'
Expand Down

1 comment on commit 8c2849d

@vercel
Copy link

@vercel vercel bot commented on 8c2849d Aug 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.