db1570bdcd
* The J model is in the /js_model/ folder and KernelToElementMapForBuilding is renamed to JsToElementMap. * The K model is in the /kernel/ folder and KernelToElementMapForImpact is renamed to KernelToElementMap. * Code shared between JsToElementMap and KernelToElementMap is in the /ir/ folder using the interface IrToElementMap internally. * KernelToElementMap and JsToElementMap do _not_ implement IrToElementMap so all code that is not part of the implementation must explicitly use one or the other. * Both KernelToElementMap and JsToElementMap extend KernelToElementMapBase but this will be changed in a follow-up. Change-Id: Id6b762984d25354477cb099dc2f8301b83a7ba07 Reviewed-on: https://dart-review.googlesource.com/73382 Reviewed-by: Stephen Adams <sra@google.com>