ljharb / es-abstract

ECMAScript spec abstract operations.
MIT License
115 stars 30 forks source link

[Robustness] Replace `isNegativeZero` helper with `is-negative-zero` dependency #155

Open bartekleon opened 5 months ago

bartekleon commented 5 months ago

As discussed in https://github.com/ljharb/es-abstract/pull/154 , replaced isNegativeZero with a dependency to remove unnecessary code duplication.