mirror of https://github.com/sveltejs/svelte
Merge 85242fc001 into 435da13fdd
commit
5315301e05
@ -0,0 +1,5 @@
|
||||
---
|
||||
'svelte': minor
|
||||
---
|
||||
|
||||
Add ability to comment out attributes [RFC](https://github.com/sveltejs/rfcs/pull/43)
|
||||
@ -0,0 +1,3 @@
|
||||
<div {/* comment */} {/*
|
||||
Second comment Multi-line
|
||||
*/}></div>
|
||||
@ -0,0 +1,24 @@
|
||||
{
|
||||
"css": null,
|
||||
"js": [],
|
||||
"start": 0,
|
||||
"end": 62,
|
||||
"type": "Root",
|
||||
"fragment": {
|
||||
"type": "Fragment",
|
||||
"nodes": [
|
||||
{
|
||||
"type": "RegularElement",
|
||||
"start": 0,
|
||||
"end": 62,
|
||||
"name": "div",
|
||||
"attributes": [],
|
||||
"fragment": {
|
||||
"type": "Fragment",
|
||||
"nodes": []
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"options": null
|
||||
}
|
||||
Loading…
Reference in new issue