Ignore unfound import
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