purescript-contrib/purescript-argonaut-core

Duplicate vars declared in the same scope

megamaddu opened this issue · 0 comments

Lines Core.js#L38 and Core.js#L100 both declare keys inside _compare. One should be renamed and "use strict" should be added to the module to make it an error to redefine a var.