UNPKG

jsinspect-plus

Version:

Detect copy-pasted and structurally similar code. Supports ES2020 standard (and most proposed features), TS and TSX files. Using Babel 8's parser.

4 lines (3 loc) 99 B
test = function() { return 1; }; test = function() { return 2; }; test = function() { return 3; };