We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
a039cf8
// throws Error: Binary operator / is not allowed. jshiki.parse('a / b', { operators: { binary: { allow: ['+', '-'] }, }, })
// throws Error: Function calls are not allowed. jshiki.parse('a()', { syntax: { calls: false, }, })
Full Changelog