```res let v = 1e ``` emits ```js var v = 1e; export { v , } ``` which is invalid in JS.