Did a built with the minimal changes I need for Texture classes (repo up to date as of yesterday). When combined with a script that copied d.ts files to a location I have for common d.ts files, I now get errors when transpiling one of my repos, as shown:
../GlobalReferences/bjs/babylon.gui.d.ts(4990,18): error TS2300: Duplicate identifier 'TouchHolographicButton'.
../GlobalReferences/bjs/babylon.gui.d.ts(5444,18): error TS2300: Duplicate identifier 'TouchHolographicButton'.
I remember getting this when I recently (3 weeks ago) was reworking the XR pipeline. Then as now, I just pulled a good if old version the file off a backup, but thought I would report.