update name

pull/15045/head
Rich Harris 8 months ago
parent 7e5d4d9e6c
commit c599e90d6e

@ -496,14 +496,14 @@ function read_attribute(parser) {
parser.eat('}', true);
/** @type {AST.AttachTag} */
const use = {
const attachment = {
type: 'AttachTag',
start,
end: parser.index,
expression
};
return use;
return attachment;
}
if (parser.eat('...')) {

Loading…
Cancel
Save