This adds the line number and column for the broccoliPayload.error.location. Some plugins provide that information such as broccoli-sass-source-maps.
Babel compiler error sends a loc object instead of line & column on the root as broccoli-sass-source-maps. The ember template compiler sends a object called location instead of loc.
This change will help to get more useful information to users on error page and in console.
This adds the line number and column for the
broccoliPayload.error.location
. Some plugins provide that information such asbroccoli-sass-source-maps
.Babel compiler error sends a
loc
object instead ofline
&column
on the root asbroccoli-sass-source-maps
. The ember template compiler sends a object calledlocation
instead ofloc
.This change will help to get more useful information to users on error page and in console.