Files
babel/packages/babel-plugin-proposal-pipeline-operator/test/fixtures/hack-percent/hash-tuple/options.json
J. S. Choi 35e4e1f067 Hack-pipe proposal with % topic token (#13416)
Co-authored-by: Federico Ciardi <fed.ciardi@gmail.com>
2021-08-03 23:30:16 +02:00

7 lines
162 B
JSON

{
"plugins": [
["proposal-pipeline-operator", { "proposal": "hack", "topicToken": "%" }],
["proposal-record-and-tuple", { "syntaxType": "hash" }]
]
}