♻️ Add a test for internal waitUntil
This commit is contained in:
@@ -3,13 +3,8 @@ import {
|
||||
ELEMENT_CODE_BLOCK,
|
||||
ELEMENT_CODE_LINE,
|
||||
} from '@udecode/plate-code-block'
|
||||
import {
|
||||
getPluginType,
|
||||
TDescendant,
|
||||
TElement,
|
||||
TText,
|
||||
Value,
|
||||
} from '@udecode/plate-common'
|
||||
import { TDescendant, TElement, TText, Value } from '@udecode/slate'
|
||||
import { getPluginType } from '@udecode/plate-core'
|
||||
import {
|
||||
ELEMENT_H1,
|
||||
ELEMENT_H2,
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
import { MARK_BOLD, MARK_CODE, MARK_ITALIC } from '@udecode/plate-basic-marks'
|
||||
import { getPluginType, Value } from '@udecode/plate-common'
|
||||
import { Value } from '@udecode/slate'
|
||||
import { getPluginType } from '@udecode/plate-core'
|
||||
|
||||
import { RemarkTextRules } from './types'
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { Value } from '@udecode/plate-common'
|
||||
import { Value } from '@udecode/slate'
|
||||
|
||||
import { remarkTransformNode } from './remarkTransformNode'
|
||||
import { MdastNode, RemarkPluginOptions } from './types'
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { TElement, Value } from '@udecode/plate-common'
|
||||
import { TElement, Value } from '@udecode/slate'
|
||||
|
||||
import { MdastNode, RemarkPluginOptions } from './types'
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { TDescendant, Value } from '@udecode/plate-common'
|
||||
import { TDescendant, Value } from '@udecode/slate'
|
||||
|
||||
import { remarkTransformNode } from './remarkTransformNode'
|
||||
import { MdastNode, RemarkPluginOptions } from './types'
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { TDescendant, Value } from '@udecode/plate-common'
|
||||
import { TDescendant, Value } from '@udecode/slate'
|
||||
|
||||
import { remarkTextTypes } from './remarkTextTypes'
|
||||
import { remarkTransformElement } from './remarkTransformElement'
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { TText, Value } from '@udecode/plate-common'
|
||||
import { TText, Value } from '@udecode/slate'
|
||||
|
||||
import { remarkDefaultTextRules } from './remarkDefaultTextRules'
|
||||
import { MdastNode, RemarkPluginOptions } from './types'
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
import { PlateEditor, TElement, Value } from '@udecode/plate-common'
|
||||
import { TElement, Value } from '@udecode/slate'
|
||||
import { PlateEditor } from '@udecode/plate-core'
|
||||
|
||||
export type MdastElementType =
|
||||
| 'paragraph'
|
||||
|
||||
Reference in New Issue
Block a user