Closed maasencioh closed 3 years ago
what does it fix? the semantics are not the same
Is considered an error when importing from another package
Error: node_modules/ml-regression-simple-linear/regression-simple-linear.d.ts(21,3): error TS2666: Exports and export assignments are not permitted in module augmentations.
Well, the issue is that somehow TypeScript thinks it's a module augmentation. But it's not! This file is the module definition.
I think that the solution might be to move import BaseRegression from 'ml-regression-base';
inside the declaration.
Codecov Report
100.00% <ø> (ø)
Continue to review full report at Codecov.