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:
John Flockton
2022-05-24 14:15:39 +01:00
committed by GitHub
parent 94673423db
commit c8b7add27d
140 changed files with 2465 additions and 1614 deletions

View File

@ -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,