eclipse-archived / ceylon

The Ceylon compiler, language module, and command line tools
http://ceylon-lang.org
Apache License 2.0
395 stars 62 forks source link

Fix #7424 (CeylonDoc doesn't work properly on JS-only modules) #7425

Closed davidfestal closed 5 years ago

davidfestal commented 5 years ago

This PR fixes bug #7424

davidfestal commented 5 years ago

@FroMage Could you tell me what you think of this PR ?

FroMage commented 5 years ago

This doesn't appear to use the JS model loader, though, so what does it do, precisely?

davidfestal commented 5 years ago

it only adds support for source module and NPM module imports in the used ModuleValidator, PhasedUnitsModuleManager and PhasedUnitsModelLoader.

davidfestal commented 5 years ago

@FroMage does it sound relevant to you ?

FroMage commented 5 years ago

Sure, fine