Skip to content

@marko/compiler@5.42.6

Choose a tag to compare

Patch Changes

  • #4223 73c0cfc Thanks @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 d1210d2 Thanks @DylanPiercey! - Print async shorthand methods back as shorthand (async onClick() {}) in output: "source" and "migrate", instead of expanding them to onClick=(async function () {}).