kucherenko / jscpd

Copy/paste detector for programming source code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does jscpd support synchronization methods ?

yangliguo7 opened this issue · comments

Due to some unavoidable reasons, I am unable to use async and await

However, jscpd only has asynchronous methods and requires the use of async or await to obtain results

so ,could we suppry a synchronization methods withoud async / await

such as

const data = jscpd.xxx(path)

no, it is not supported and cant be implemented in this way with current architecture and js