Skip to content

feat(poly check, poly libs): --strict and --alias options

Choose a tag to compare

@DavidVujic DavidVujic released this 24 Sep 19:21
fa124ae

The --strict option has a more narrow way of comparing third-party libraries and the actual imports. This is useful to rule out possible false positives.

The --alias option is useful when an import differ from the library name.

More details in #111 and #112