--- title: 'Compiler Errors' generated: 'generated by process-messages/index.js' --- ## options_invalid_value ``` Invalid compiler option: %details% ``` ## options_removed ``` Invalid compiler option: %details% ``` ## options_unrecognised ``` Unrecognised compiler option %keypath% ``` ## bindable_invalid_location ``` `$bindable()` can only be used inside a `$props()` declaration ``` ## constant_assignment ``` Cannot assign to %thing% ``` ## constant_binding ``` Cannot bind to %thing% ``` ## declaration_duplicate ``` `%name%` has already been declared ``` ## declaration_duplicate_module_import ``` Cannot declare a variable with the same name as an import inside `