@astrojs/compiler-binding@0.2.0
·
18 commits
to main
since this release
Minor Changes
- 0726e00: Emit
templateEnter/templateExitinstructions when printing<template>elements for withastro/astro#15980
Patch Changes
- 0bddba4: Fixes
Unexpected tokenerror when an HTML attribute has an unquoted value such as a number (<input maxlength=255>) or contains characters like-or#.