export function transformerNotationFocus( options = {}, ) { const options = 'options' console.log(options) options.a = "HELLO" // should not be highlighted}