rsdoctor icon indicating copy to clipboard operation
rsdoctor copied to clipboard

[Bug]: Optimize the situation where the cjs package contains an esm loader

Open yifancong opened this issue 1 year ago • 0 comments

Version

rsdoctor 0.3.x

Details

Optimize the situation where the cjs package contains an esm loader, some times the cjs package can has a dir has a independent package.json also has type: module attribute in package.json.

In this case, when the package json name and version do not exist, it can also be regarded as a valid package.json.

yifancong avatar Jun 27 '24 07:06 yifancong