Overruled @babel/helpers to fix how initializers play with decorated properties. Thus circumventing the imperformant and lengthy code being generated by babel in the non-legacy option.
7 lines
222 B
JavaScript
7 lines
222 B
JavaScript
function _$_renameDeepGlobal_main() { return _$_renameDeepGlobal_dependency() || Promise; }
|
|
|
|
function _$_renameDeepGlobal_dependency() { return Promise; }
|
|
|
|
_$_renameDeepGlobal_main;
|
|
let _Promise = "I will be a good guy!";
|