Closed
Description
Currently when adding libraries, each file found in the library paths is parsed. However, this should be done when a file is referenced. I ran into this problem because the compiler I'm writing for wasmos finds all **/assembly
folders in a projects node_modules
and adds it as a library path.