element-web-Github/src/editor
Michael Telatynski 76b82b4b2b
Make more code conform to strict null checks (#10219
* Make more code conform to strict null checks

* Fix types

* Fix tests

* Fix remaining test assertions

* Iterate PR
2023-02-24 15:28:40 +00:00
..
autocomplete.ts Enable @typescript-eslint/explicit-member-accessibility on /src (#9785) 2022-12-16 12:29:59 +00:00
caret.ts Improve typescript null checking in places (#10073 (#10073 2023-02-03 15:27:47 +00:00
commands.tsx Make more code conform to strict null checks (#10219 2023-02-24 15:28:40 +00:00
deserialize.ts Comply with noImplicitAny (#9940) 2023-02-13 11:39:16 +00:00
diff.ts Replace deprecated String#substr with String#slice (#8314) 2022-04-14 07:52:42 +00:00
dom.ts Conform more code to strict null checking (#10167) 2023-02-16 17:21:44 +00:00
history.ts Comply with noImplicitAny (#9940) 2023-02-13 11:39:16 +00:00
model.ts Make more code conform to strict null checks (#10219 2023-02-24 15:28:40 +00:00
offset.ts Enable @typescript-eslint/explicit-member-accessibility on /src (#9785) 2022-12-16 12:29:59 +00:00
operations.ts Enable @typescript-eslint/explicit-function-return-type in /src (#9788) 2023-01-12 13:25:14 +00:00
parts.ts Conform more code to strict null checking (#10167) 2023-02-16 17:21:44 +00:00
position.ts Improve typescript null checking in places (#10073 (#10073 2023-02-03 15:27:47 +00:00
range.ts Enable @typescript-eslint/explicit-function-return-type in /src (#9788) 2023-01-12 13:25:14 +00:00
render.ts Conform more code to strict null checking (#10167) 2023-02-16 17:21:44 +00:00
serialize.ts Conform more code to strict null checking (#10167) 2023-02-16 17:21:44 +00:00