Track and Re-escape Character References
Closed this issue · 3 comments
chadhietala commented
When we tokenize the ContentStatements
any character reference is expanded. This expansion occurs because we create TextNode
s instead of setting HTML.
We need someway of tracking and mapping this character references so that we can serialize back currently. Otherwise we get issues like dyfactor/dyfactor-plugin-disambiguate-locals#3
krisselden commented
@chadhietala do you need to preserve unnecessary ones?
krisselden commented
wondering why you need to track them
krisselden commented
glimmerjs/glimmer-vm#834 is a fix for the issue in the printer, I don't think it is an issue with ember-template-recast.