12 lines
289 B
Plaintext
12 lines
289 B
Plaintext
|
{| foo : string |}
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
[
|
||
|
["flow-punctuation", "{|"], " foo ", ["punctuation", ":"],
|
||
|
["type", "string"], ["flow-punctuation", "|}"]
|
||
|
]
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
Checks for Flow specific punctuation.
|