mirror of
https://github.com/facebook/lexical.git
synced 2025-08-06 16:39:33 +08:00
Update codes
This commit is contained in:

committed by
acywatson

parent
1c207ffa93
commit
047c89db69
@ -64,5 +64,8 @@
|
|||||||
"64": "Expected anchor and focus offsets to have ascending character order.",
|
"64": "Expected anchor and focus offsets to have ascending character order.",
|
||||||
"65": "The capture group count in the RegEx does match the actual capture group count.",
|
"65": "The capture group count in the RegEx does match the actual capture group count.",
|
||||||
"66": "Type %s not in registeredNodes",
|
"66": "Type %s not in registeredNodes",
|
||||||
"67": "The text content string length does not correlate with insertions/deletions of new text."
|
"67": "The text content string length does not correlate with insertions/deletions of new text.",
|
||||||
|
"68": "TODO",
|
||||||
|
"69": "insertNode: topLevelElement is root node",
|
||||||
|
"70": "getTopLevelElementOrThrow: root nodes are not top level elements"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user