mirror of
https://github.com/facebook/lexical.git
synced 2025-05-20 00:26:38 +08:00
Migrate last 2 packages to TS (10/n) (#2237)
* Run migration scripts * Fix more difficult types * Remove shared modules * debug failing build * Fix small bugs * Remove unnecessary types for getLatest and getWritable * Fix failing unit test * Fix small type error in playground due to empty editor config
This commit is contained in:
@ -11,7 +11,7 @@ import type {LexicalNode} from 'lexical';
|
||||
|
||||
import {$findMatchingParent} from '@lexical/utils';
|
||||
import {$createParagraphNode, $createTextNode} from 'lexical';
|
||||
import invariant from 'shared-ts/invariant';
|
||||
import invariant from 'shared/invariant';
|
||||
|
||||
import {
|
||||
$createTableCellNode,
|
||||
|
Reference in New Issue
Block a user