Skip to content

fix: don't export block or inline#3427

Merged
UziTech merged 2 commits into
markedjs:masterfrom
UziTech:fix-export
Aug 26, 2024
Merged

fix: don't export block or inline#3427
UziTech merged 2 commits into
markedjs:masterfrom
UziTech:fix-export

Conversation

@UziTech

@UziTech UziTech commented Aug 24, 2024

Copy link
Copy Markdown
Member

Marked version: 14.0.0

Description

remove block and inline from export types. They were never actually exported. This is caused by timocov/dts-bundle-generator#330

Contributor

  • Test(s) exist to ensure functionality and minimize regression (if no tests added, list tests covering this PR); or,
  • no tests required for this PR.
  • If submitting new feature, it has been documented in the appropriate places.

Committer

In most cases, this should be a different person than the contributor.

@vercel

vercel Bot commented Aug 24, 2024

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
marked-website ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 26, 2024 3:45am

@UziTech UziTech merged commit 3f0430a into markedjs:master Aug 26, 2024
@UziTech UziTech deleted the fix-export branch August 26, 2024 03:54
github-actions Bot pushed a commit that referenced this pull request Aug 26, 2024
# [14.1.0](v14.0.0...v14.1.0) (2024-08-26)

### Bug Fixes

* don't export block or inline ([#3427](#3427)) ([3f0430a](3f0430a))

### Features

* add provideLexer and provideParser hooks ([#3424](#3424)) ([447f5af](447f5af))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

block and inline are declared to TypeScript as exported, but are never exported

5 participants