Create a list of Document objects from a list of json objects (dict).
Text splitter that handles React (JSX), Vue, and Svelte code.
This splitter extends RecursiveCharacterTextSplitter to handle React (JSX), Vue,
and Svelte code by:
The splitter combines:
<Component, <div)This allows chunks to break at natural boundaries in React, Vue, and Svelte component code.
Overlap in characters between chunks
Additional arguments to pass to parent class