A compiled, executable expression.
const expression = jshiki.parse('foo.bar')expression({ foo: { bar: 'baz' },}) // => 'baz' Copy
const expression = jshiki.parse('foo.bar')expression({ foo: { bar: 'baz' },}) // => 'baz'
Optional
The scope to use when evaluating the expression. The expression will be limited to accessing the properties of the scope.
A compiled, executable expression.