Save current BZZZ config-ui state before CHORUS branding update
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
		
							
								
								
									
										14
									
								
								install/config-ui/node_modules/@swc/helpers/esm/_update.js
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								install/config-ui/node_modules/@swc/helpers/esm/_update.js
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,14 @@ | ||||
| import { _get } from "./_get.js"; | ||||
| import { _set } from "./_set.js"; | ||||
|  | ||||
| export function _update(target, property, receiver, isStrict) { | ||||
|     return { | ||||
|         get _() { | ||||
|             return _get(target, property, receiver); | ||||
|         }, | ||||
|         set _(value) { | ||||
|             _set(target, property, value, receiver, isStrict); | ||||
|         } | ||||
|     }; | ||||
| } | ||||
| export { _update as _ }; | ||||
		Reference in New Issue
	
	Block a user
	 anthonyrawlins
					anthonyrawlins