Andrey Kucherenko
Andrey Kucherenko
Hm... looks interesting, will investigate
thank you!
Hi, Looks like the issue related to `fast-glob` package, you can use `--format` option to detect clones in specified language: ``` jscpd "src/**" --format "javascript,typescript" ```
Looks like I made mistake in last my message, use following command for that: ``` jscpd --format "javascript,typescript" src/ path1/ path2/ ```
thank you, will try to fix it
Thank you for the feature request, it should be useful functionality.
Thank you for the issue, you can try to cover some tasks with `mode` https://github.com/kucherenko/jscpd/blob/master/packages/core/src/mode.ts https://github.com/kucherenko/jscpd/blob/4b569e694a399d8888c6d614b0d2c1f9a0506ea7/packages/core/src/interfaces/options.interface.ts#L13 Also I can say that tokenize process not work by lines
Thank you for the report, have you seen skip local option? Please let me know if you can solve your issue with the option https://github.com/kucherenko/jscpd/tree/master/packages/jscpd#skip-local
Thank you for the issue, will check
Thank you for the issue