-
Notifications
You must be signed in to change notification settings - Fork 190
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can decompile the precompiled template #1443
Comments
Before i do investigation, can you provide more information about why you want to do this? 🙃 |
uh, I build application with |
iirc, it's possible, but there is no existing tool to do that. We have lots of file -> wireformat tests, but it's all opcodes and JSON, so I think it'd be totally possible to go the other way if someone wanted to implement that. The specific opcodes to use would be dependent on glimmer/ember-source version though |
Did you checked if the bundle contains the templates as inline comments? It may depend on the build of it does. But I often noticed them when debugging. |
I'm sorry that I'd like to know if the template can be decompiled? Such as the following code:
The text was updated successfully, but these errors were encountered: