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.
8 lines
176 B
JavaScript
8 lines
176 B
JavaScript
function _$_deep_main() { return _$_deep_dependency(); }
|
|
|
|
function _$_deep_dependency() { return _$_deep_dependencyDeep; }
|
|
|
|
function _$_deep_dependencyDeep() {}
|
|
|
|
_$_deep_main;
|