repo_info_extractor icon indicating copy to clipboard operation
repo_info_extractor copied to clipboard

Not work corretly with module path aliases

Open LorhanSohaky opened this issue 4 years ago • 0 comments

In javascript it's possible add module path alias, simplifying the imports in code. This could generate an error when identify our code as an libraries.

Here an example BrasilAPI

"libraries":{"JavaScript":["@/errors/NotFoundError"]}}

LorhanSohaky avatar Oct 09 '21 05:10 LorhanSohaky