Files
meteor/packages
Ben Newman bbdf28544f Report Babel transform errors without crashing the build process.
As reported by @mariusrak here:
https://github.com/meteor/meteor/issues/10220#issuecomment-425244894

Only errors thrown by @babel/parser have the e.loc property. Other errors
thrown by Babel transforms do not have e.loc, but do (usually) have line
number information embedded in e.message. Either way, it's better to use
inputFile.error than to throw the error, since throwing here crashes the
build process.
2018-10-04 10:40:58 -04:00
..
2018-02-08 10:24:02 -05:00
2018-03-07 11:36:48 -05:00
2016-08-30 15:40:14 -07:00
2018-06-28 18:52:58 -04:00
2018-05-28 14:06:53 -04:00
2018-03-07 11:33:29 -05:00
2018-02-08 10:43:06 -05:00
2018-08-10 11:48:24 -04:00
2018-02-21 21:06:20 +01:00