Skip to content

Commit

Permalink
Update code.ts support java method (#1537)
Browse files Browse the repository at this point in the history
support java method
  • Loading branch information
zbflcy authored Jun 27, 2024
1 parent d871bfb commit 14afc8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/indexing/chunk/code.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ export const FUNCTION_DECLARATION_NODE_TYPEs = [
"function_definition",
"function_item",
"function_declaration",
"method_declaration"
];

function constructClassDefinitionChunk(
Expand Down

0 comments on commit 14afc8f

Please sign in to comment.