Let 'loadModule' generate proper code depending on the 'hscTarget'.
With this change it should be possible to perform something similar to 'load' by traversing the module graph in dependency order and calling '{parse,typecheck,load}Module' on each. Of course, if you want smart recompilation checking you should still use 'load'.
Showing
Please register or sign in to comment