Using reserved words as prop names as the [document](https://svelte.dev/docs#1_export_creates_a_component_prop) but got an error. ```js error Parsing error: Unexpected token, expected "}" 1 | <script> 2 | let clazz = ''; > 3 | export { clazz as class }; | ^ ``` eslint v7.0.0 eslint-plugin-svelte3 v2.7.3