swc/crates/swc_css_parser/tests/fixture/value/url/leading-comments.json
Donny/강동윤 d1097ccb59
feat(css/parser): Store lexed comments (#8091)
**Description:**

For now, we leave every comment as a leading comment. As logic for determining leading vs trailing is quite complex, I'll do it with another PR.
2023-10-10 11:42:20 +00:00

14 lines
225 B
JSON

{
"541": [
{
"kind": "Block",
"span": {
"start": 466,
"end": 541,
"ctxt": 0
},
"text": "/* A <url-modifier> is either an <ident> or a functional notation. */"
}
]
}