Open robobenklein opened 3 years ago
I realize now this might not be a good idea since parsing the same content using different languages can result in different trees.
What we CAN do instead is dedup by FILENAME_HASH and FILECONTENT_HASH since that pair guarantees the same parser on the same content.
FILENAME_HASH
FILECONTENT_HASH
I realize now this might not be a good idea since parsing the same content using different languages can result in different trees.
What we CAN do instead is dedup by
FILENAME_HASH
andFILECONTENT_HASH
since that pair guarantees the same parser on the same content.