I just noticed that function names in closures (not sure if it’s limited to closures, but I think so) are being included as fully qualified names separated by underscores.
i.e. com.foo.baz.MyClass.myMethod will be output as a reference string: Tua=‘com_foo_baz_MyClass_myMethod’ and elsewhere: oU.prototype.Tua=t('km') C.closure(a.e9,a,Tua) I’m not sure if this is new, but I think so. Any ideas on how to get rid of these strings?