SAP / ui5-webcomponents

UI5 Web Components - the enterprise-flavored sugar on top of native APIs! Build SAP Fiori user interfaces with the technology of your choice.
https://sap.github.io/ui5-webcomponents/
Apache License 2.0
1.46k stars 253 forks source link

fix: template result comparison #9279

Closed pskelin closed 1 week ago

pskelin commented 1 week ago

Template generation has code that checks if the same content is produced and does not write the file to skip a refresh from the dev server.

This logic was broken and comparing a Buffer to a String leading to always refreshing the file content even if it is the same

FIXES: #9276 RELATED: #8824