[GH-ISSUE #1470] Cannot use namespace 'LinkifyIt' as a type #689

Closed
opened 2026-03-03 01:29:06 +03:00 by kerem · 3 comments
Owner

Originally created by @ExpliuM on GitHub (Jan 17, 2025).
Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/1470

I'm getting the following issue:

../../node_modules/@types/markdown-it/dist/index.cjs.d.ts:981:23 - error TS2709: Cannot use namespace 'LinkifyIt' as a type.

981     readonly linkify: LinkifyIt;

on v0.37.3

Originally created by @ExpliuM on GitHub (Jan 17, 2025). Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/1470 I'm getting the following issue: ``` ../../node_modules/@types/markdown-it/dist/index.cjs.d.ts:981:23 - error TS2709: Cannot use namespace 'LinkifyIt' as a type. 981 readonly linkify: LinkifyIt; ``` on v0.37.3
kerem 2026-03-03 01:29:06 +03:00
  • closed this issue
  • added the
    question
    label
Author
Owner

@ExpliuM commented on GitHub (Jan 17, 2025):

updating to 0.37.4 didn't solved it

<!-- gh-comment-id:2597935754 --> @ExpliuM commented on GitHub (Jan 17, 2025): updating to 0.37.4 didn't solved it
Author
Owner

@DavidAnson commented on GitHub (Jan 17, 2025):

Please show how to reproduce the issue. The markdown-it parser is no longer used by default.

<!-- gh-comment-id:2599055532 --> @DavidAnson commented on GitHub (Jan 17, 2025): Please show how to reproduce the issue. The markdown-it parser is no longer used by default.
Author
Owner

@ExpliuM commented on GitHub (Feb 5, 2025):

Maybe it is unrelated to your package at all,
Something strange appeared in our complex codebase recently, and currently, I don't have the time and capacity to understand what exactly is causing it.
I prefer to close this issue at the current moment.
if I find any new/additional information I will update it later.

<!-- gh-comment-id:2636963268 --> @ExpliuM commented on GitHub (Feb 5, 2025): Maybe it is unrelated to your package at all, Something strange appeared in our complex codebase recently, and currently, I don't have the time and capacity to understand what exactly is causing it. I prefer to close this issue at the current moment. if I find any new/additional information I will update it later.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/markdownlint#689
No description provided.