14d3249567
If a JS class is not found (because it's not loaded yet), dartdevc should handle this gracefully. However the code assumed that the class would not be nested in a module that itself has not been loaded. That's fixed in this change. Change-Id: I2de8f4b85e8063dea31ea257aca9721702c6ea7a Reviewed-on: https://dart-review.googlesource.com/72065 Reviewed-by: Vijay Menon <vsm@google.com> Commit-Queue: Jenny Messerly <jmesserly@google.com>