Mangling, in the context of javascript transpilations, refers to the process of changing the name of identifiers, so that instead of storing Foo.bar we can have a.b. It sounds good at first but once you look it a bit further, problems become obvious: it can and probably will