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.
6 lines
238 B
JavaScript
6 lines
238 B
JavaScript
function _$_variableSameNameDependency_main() { let x = _$_variableSameNameDependency_dependency; return function (dep) { return x() + dep; }; }
|
|
|
|
function _$_variableSameNameDependency_dependency() {}
|
|
|
|
_$_variableSameNameDependency_main;
|