(obj)
| 15 | const SAP_THEMES_NS_EXEMPTIONS = ["themelib_sap_fiori_3", "themelib_sap_bluecrystal", "themelib_sap_belize"]; |
| 16 | |
| 17 | function clone(obj) { |
| 18 | return JSON.parse(JSON.stringify(obj)); |
| 19 | } |
| 20 | /** |
| 21 | * Raw representation of a UI5 Project. A module can contain zero to one projects and n extensions. |
| 22 | * This class is intended for private use by the |