move type annotation

pull/9549/head
Rich Harris 3 years ago
parent bdccdcb8bf
commit 633e05a5a6

@ -845,8 +845,9 @@ class Block {
}
}
/** @type {import('#compiler').Css.Combinator} */
const InvisibleCombinator = {
type: /** @type {"Combinator"} **/ ('Combinator'),
type: 'Combinator',
name: ' ',
start: -1,
end: -1

Loading…
Cancel
Save