element-web/src/editor
Michael Telatynski 15ed660975
Improve bundle size, dynamic imports & remove parse5 (#10865)
* Remove unused import

* Lazy load tar-js and pako for rageshakes

* Update cheerio imports

* Replace parse5 with DOMParser

* Remove stale comment
2023-05-12 11:13:08 +00:00
..
autocomplete.ts Improve quality of Typescript types (#10742) 2023-05-05 09:11:14 +01:00
caret.ts Improve typescript null checking in places (#10073 (#10073 2023-02-03 15:27:47 +00:00
commands.tsx Fix use of logger that assumes it interpolates strings (#10789) 2023-05-05 10:56:15 +00:00
deserialize.ts Fix strict strictNullChecks to src/editor/* (#10428 2023-03-23 13:35:55 +00:00
diff.ts Replace deprecated String#substr with String#slice (#8314) 2022-04-14 07:52:42 +00:00
dom.ts Fix strict strictNullChecks to src/editor/* (#10428 2023-03-23 13:35:55 +00:00
history.ts Fix strict strictNullChecks to src/editor/* (#10428 2023-03-23 13:35:55 +00:00
model.ts Fix autocomplete not resetting properly on message send (#10741) 2023-04-28 13:31:02 +00:00
offset.ts Enable @typescript-eslint/explicit-member-accessibility on /src (#9785) 2022-12-16 12:29:59 +00:00
operations.ts Fix strict strictNullChecks to src/editor/* (#10428 2023-03-23 13:35:55 +00:00
parts.ts Conform more of the codebase to strictNullChecks (#10573) 2023-04-13 08:52:57 +01:00
position.ts Improve typescript null checking in places (#10073 (#10073 2023-02-03 15:27:47 +00:00
range.ts Fix strict strictNullChecks to src/editor/* (#10428 2023-03-23 13:35:55 +00:00
render.ts Conform more code to strict null checking (#10167) 2023-02-16 17:21:44 +00:00
serialize.ts Improve bundle size, dynamic imports & remove parse5 (#10865) 2023-05-12 11:13:08 +00:00