facebook / lexical

Lexical is an extensible text editor framework that provides excellent reliability, accessibility and performance.
https://lexical.dev
MIT License
17.61k stars 1.47k forks source link

Add exportJSON to ArtificialNode #6107

Closed thegreatercurve closed 2 weeks ago

thegreatercurve commented 2 weeks ago

Fix browser warnings for missing method on ArtificialNode.

vercel[bot] commented 2 weeks ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
lexical ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 15, 2024 3:05pm
lexical-playground ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 15, 2024 3:05pm
github-actions[bot] commented 2 weeks ago

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
packages/lexical/dist/Lexical.js 23.93 KB (0%) 479 ms (0%) 477 ms (+21.34% 🔺) 956 ms
packages/lexical-rich-text/dist/LexicalRichText.js 34.6 KB (+0.13% 🔺) 693 ms (+0.13% 🔺) 1.5 s (+13.08% 🔺) 2.1 s
packages/lexical-plain-text/dist/LexicalPlainText.js 34.57 KB (+0.18% 🔺) 692 ms (+0.18% 🔺) 1.3 s (-3.94% 🔽) 2 s
thegreatercurve commented 2 weeks ago

Closing in favour of #6048