* parser: Add caret as topic reference (tests) * parser: Add caret as topic reference (implement) * generator: Avoid reconstructing validTopicTokenSet * babel-parser: Remove redundant throws in expression.js * Minimize diff * Update error message Co-authored-by: Nicolò Ribaudo <nicolo.ribaudo@gmail.com>
5 lines
270 B
JSON
5 lines
270 B
JSON
{
|
|
"plugins": [["pipelineOperator", { "proposal": "hack", "topicToken": "^" }]],
|
|
"throws": "Invalid topic token #. In order to use # as a topic reference, the pipelineOperator plugin must be configured with { \"proposal\": \"hack\", \"topicToken\": \"#\" }. (1:9)"
|
|
}
|