jsinspect icon indicating copy to clipboard operation
jsinspect copied to clipboard

Detect copy-pasted and structurally similar code

Results 26 jsinspect issues
Sort by recently updated
recently updated
newest added

I really like this project and I'm an active user of jsinspect, it helps me improve my code quality, but I can not use it with newer JS and JSX...

Hi Thanks for creating this brilliant tool. Our project is trying to use this tool, however we want to apply it to a script language defined by our own. It's...

I'm working on `React.js` project, And now we have this new syntax `` for ``, but `jsinspect` fails with errors like this: ``` Couldn't parse ./src/components/callback/success-header.js: Unexpected token (18:3) ^...

Vue.js is a very popular framework and widely used today, I hope the feature will be considered in this awesome project.

Hi! Thanks for the awesome tool! The following blocks of code ```Javascript const query = new Query() // q (Keyword query) .addParam('q', queryToString(params.searchText, '+')) ``` and ```Javascript const query =...

When i run the command `jsinspect ./myfolder/` it results in out of memory issue. > > > > [79346:0x103801600] 27292 ms: Mark-sweep 1369.3 (1445.8) -> 1358.1 (1447.3) MB, 959.0 /...

Vue.js is a popular framework for js. A little modification on jsinspect can support this framework.

Just found jsinspect, and it's really cool. Great work. I wanted to mention one issue I found while using it. In my terminal (iTerm2) I use Solarized Dark for the...