pure-vue
pure-vue copied to clipboard
Improve DX on UnwrapRef usage
Today we're setting template names using the UnwrapRef
constructors, but I believe we can remove them by moving this responsability to the SFC compiler using purescript AST (complicated solution) or just compiled JavaScript function name (easier).