phoenix-ru / fervid

All-in-One Vue compiler written in Rust
https://phoenix-ru.github.io/fervid/
Apache License 2.0
371 stars 9 forks source link

Disallow exports in `<script setup>` #21

Closed phoenix-ru closed 5 months ago

phoenix-ru commented 7 months ago

Spec dictates that exports should not be allowed in script setup.

Spec: https://github.com/vuejs/core/blob/272ab9fbdcb1af0535108b9f888e80d612f9171d/packages/compiler-sfc/__tests__/compileScript.spec.ts#L871-L890

phoenix-ru commented 6 months ago

Note: allow type exports