26 lines
493 B
Plaintext
26 lines
493 B
Plaintext
<Child {...this.props}>
|
|
|
|
----------------------------------------------------
|
|
|
|
[
|
|
["tag", [
|
|
["tag", [
|
|
["punctuation", "<"],
|
|
"Child"
|
|
]],
|
|
["spread", [
|
|
["punctuation", "{"],
|
|
["punctuation", "..."],
|
|
["attr-value", "this"],
|
|
["punctuation", "."],
|
|
["attr-value", "props"],
|
|
["punctuation", "}"]
|
|
]],
|
|
["punctuation", ">"]
|
|
]]
|
|
]
|
|
|
|
----------------------------------------------------
|
|
|
|
Checks that spread can contain an object property.
|
|
See #1236. |