Skip to content

Ignore unfound import

Compare
Choose a tag to compare
@VaporBot VaporBot released this 20 Nov 16:19
· 39 commits to main since this release
983fcbe
This patch was authored by @fananek and released by @0xTim.

This makes the renderer and serializer ignore imports in case no corresponding export has been found rather than erroring by default. This also adds a new configuration flag ignoreUnfoundImports to allow you to set the behaviour to error on non-existent imports

Fixes #84