bookstack/resources/js/wysiwyg/lexical/core/nodes
Dan Brown 2b746425c9
Lexical: Fixed code in lists, removed extra old alignment code
Code in lists could throw error on parse due to inner <code> tag being
parsed but not actually used within a <pre>, so this updates the
importDOM to disregard childdren for code blocks.

This also improves the invariant implementation to not be so
dev/debugger based, and to include vars in the output.
2025-02-16 15:09:33 +00:00
..
__tests__/unit Lexical: Updated tests for node changes 2024-12-04 20:03:05 +00:00
ArtificialNode.ts Lexical: Imported core lexical libs 2024-09-18 13:43:39 +01:00
CommonBlockNode.ts Lexical: Reorganised custom node code into lexical codebase 2024-12-04 18:53:59 +00:00
LexicalDecoratorNode.ts Lexical: Imported core lexical libs 2024-09-18 13:43:39 +01:00
LexicalElementNode.ts Lexical: Fixed code in lists, removed extra old alignment code 2025-02-16 15:09:33 +00:00
LexicalLineBreakNode.ts Lexical: Imported core lexical libs 2024-09-18 13:43:39 +01:00
LexicalParagraphNode.ts Lexical: Reorganised custom node code into lexical codebase 2024-12-04 18:53:59 +00:00
LexicalRootNode.ts Lexical: Merged custom paragraph node, removed old format/indent refs 2024-12-03 16:24:49 +00:00
LexicalTabNode.ts Lexical: Imported core lexical libs 2024-09-18 13:43:39 +01:00
LexicalTextNode.ts Lexical: Fixed code in lists, removed extra old alignment code 2025-02-16 15:09:33 +00:00
common.ts Lexical: Reorganised custom node code into lexical codebase 2024-12-04 18:53:59 +00:00