class Bridge { static vm = null constructor(vm) { this.vm = vm } getVM() { return this.vm } }