Patch Changes
-
#4223
73c0cfcThanks @DylanPiercey! - An analyze error in a template loaded for a tag is now reported against that template's file. Previously the parent re-recorded it, printing the parent's filename and code frame at the child's line and column. -
#4226
d1210d2Thanks @DylanPiercey! - Print async shorthand methods back as shorthand (async onClick() {}) inoutput: "source"and"migrate", instead of expanding them toonClick=(async function () {}).