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

@ -15,8 +15,8 @@ import type {
SerializedElementNode,
} from 'lexical';
import {Spread} from 'globals';
import {ElementNode} from 'lexical';
import {Spread} from 'libdefs/globals';
export type SerializedOverflowNode = Spread<
{