Make sure to actually use yarn to install the main-packages, otherwise the packages.json#resolutions property will not be used and @babel/helpers would not get overruled
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.
This commit is contained in:
5
packages/babel-helpers/test/fixtures/dependencies/variable-same-name-dependency/output.js
vendored
Normal file
5
packages/babel-helpers/test/fixtures/dependencies/variable-same-name-dependency/output.js
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
function _$_variableSameNameDependency_main() { let x = _$_variableSameNameDependency_dependency; return function (dep) { return x() + dep; }; }
|
||||
|
||||
function _$_variableSameNameDependency_dependency() {}
|
||||
|
||||
_$_variableSameNameDependency_main;
|
||||
Reference in New Issue
Block a user