pure-vue icon indicating copy to clipboard operation
pure-vue copied to clipboard

Improve DX on UnwrapRef usage

Open klarkc opened this issue 2 years ago • 3 comments

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).

klarkc avatar May 30 '22 14:05 klarkc