Skip to content

Commit a4423c6

Browse files
author
nicosammito
committed
feat: remove TODO comment from getTypesFromNode function for clarity
1 parent d8e3483 commit a4423c6

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/extraction/getTypesFromNode.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ export interface NodeTypes {
1111
/**
1212
* Resolves the types of the parameters and the return type of a NodeFunction.
1313
*/
14-
//TODO: only one function def and also filter out the needed datatypes for the function def
1514
export const getTypesFromNode = (
1615
node: NodeFunction,
1716
functions: FunctionDefinition[],

0 commit comments

Comments
 (0)