You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm sorry that I'd like to know if the template can be decompiled? Such as the following code:
import{precompile}from'@glimmer/compiler';consttemplate=`<div>hello {{name}}</div>`;conststr=precompile(template);// How to decompile the `str` to make them equal?// decompile(str) === template // Can do this?
I'm sorry that I'd like to know if the template can be decompiled? Such as the following code: