Skip to content

Commit 5072036

Browse files
committed
fix: add missing imports for HeadingNode, QuoteNode, TRANSFORMERS in LexicalService
1 parent 8fe2508 commit 5072036

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apps/core/src/processors/helper/helper.lexical.service.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ import { CodeHighlightNode, CodeNode } from '@lexical/code'
22
import { createHeadlessEditor } from '@lexical/headless'
33
import { AutoLinkNode, LinkNode } from '@lexical/link'
44
import { ListItemNode, ListNode } from '@lexical/list'
5+
import { $convertToMarkdownString, TRANSFORMERS } from '@lexical/markdown'
6+
import { HeadingNode, QuoteNode } from '@lexical/rich-text'
57
import { Injectable } from '@nestjs/common'
68
import { ContentFormat } from '~/shared/types/content-format.type'
79
import type { Klass, LexicalNode } from 'lexical'

0 commit comments

Comments
 (0)