Currently JSX/TSX elements are not chunked, but theoretically the arrow functions and/or key hooks (useState, useEffect) can & should be chunked as well. Also, JSX files don't always have the jsx extension, so maybe just merge the syntax trees since they are in the same grammar anyway
Currently JSX/TSX elements are not chunked, but theoretically the arrow functions and/or key hooks (useState, useEffect) can & should be chunked as well. Also, JSX files don't always have the jsx extension, so maybe just merge the syntax trees since they are in the same grammar anyway