selfrefactor / rambdax

Extended version of Rambda
https://selfrefactor.github.io/rambdax
MIT License
221 stars 26 forks source link

2.5.0, 2.5.2 - TypeError: Assignment to constant variable. #27

Closed dylang closed 5 years ago

dylang commented 5 years ago

https://circleci.com/gh/selfrefactor/rambdax/464

 TypeError: Assignment to constant variable.

      534 |     nested = object
      535 | 
    > 536 |   while (nested != null && ++index < length){
          |                              ^
      537 |     let key = toKey(path[ index ]),
      538 |       newValue = value
      539 | 

The currently published version has this problem too. For us, Webpack finds it while creating the bundles.

selfrefactor commented 5 years ago

I saw that a bit late. It should be fixed with the latest version 2.6.1