jscpd icon indicating copy to clipboard operation
jscpd copied to clipboard

Copy/paste detector for programming source code.

Results 101 jscpd issues
Sort by recently updated
recently updated
newest added

When scanning duplicate code on the server. Error will be reported when scanning multiple items simultaneously. I checked and found out that it should be caused by @ Jscpd/leveldb's namespace...

Currently, the only provided stores are memory and leveldb which are not _extensible_, and developing new ones requires those to be published under this repository maintenance. https://github.com/kucherenko/jscpd/blob/1fc50995d26534b84df226ad58c40e7c37d6ec71/packages/jscpd/src/init/store.ts#L7 I would like...

* **What kind of change does this PR introduce?** (Bug fix, feature, docs update, ...) Doc update about `pre-commit`. * **What is the current behaviour?** (You can also link to...

**Is your feature request related to a problem? Please describe.** probably feature **Describe the solution you'd like** currently i cant find a way to chose one of the modes in...

feature

**Describe the bug** The docs seem outdated. https://www.npmjs.com/package/jscpd **To Reproduce** Docs say: `consoleFull - report about clones to console with blocks of code;` Command: `npx jscpd src --pattern '**/*.tsx' --reporters...

Hi, thanks to this tool I found this extension for VS code https://github.com/github-tooling/ghtopdep https://marketplace.visualstudio.com/items?itemName=paulomenezes.duplicated-code some other projects which uses jscpd ``` | url | stars | |--------------------------------------------------------|---------| | https://github.com/NaturalNode/natural |...

* **What kind of change does this PR introduce?** (Bug fix, feature, docs update, ...) feature: add detect clone and statistic api * **What is the current behavior?** (You can...

* **What kind of change does this PR introduce?** (Bug fix, feature, docs update, ...) For the business-oriented of monorepo repository, the folders under packages are usually owned by different...

Hi! Thank you for your work on this tool! Could you please add ColdFusion / CFML language support? ColdFusion is the official language from Adobe. It's been in use since...

request-format-support

**Describe the bug** Npm i fails with version clash installing through pre-commit hook(i think there is no version clash but npm is complaining) **To Reproduce** Add it to pre-commit-config.yaml **Expected...