Skip to content

Commit

Permalink
fix: use named exports only for ESM build
Browse files Browse the repository at this point in the history
  • Loading branch information
UziTech authored Oct 7, 2021
1 parent 223e61d commit b0caae0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/marked.js
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,6 @@ marked.parseInline = function(src, opt) {
/**
* Expose
*/

marked.Parser = Parser;
marked.parser = Parser.parse;
marked.Renderer = Renderer;
Expand Down

1 comment on commit b0caae0

@vercel
Copy link

@vercel vercel bot commented on b0caae0 Oct 7, 2021

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.