pub fn extract_chunks_ts( file_path: &str, content: &str, file_ext: &str, ) -> Option<Vec<CodeChunk>>