toLeopard: Review uses of "any"-shape inputs for string operations #152
Labels
compatibility
Mismatch or currently unsupported language behavior
fmt: Leopard
Pertains to Leopard format (JavaScript)
There are various places where we use
InputShape.Any
(orinputToJS
without any desired traits, after #150) for inputs that would ostensibly take or expect strings. Sometimes this might be alright - but shouldn't these all be string inputs? Wouldn't some of them error if a number-like literal gets converted to a JS number primitive? Demands investigation.The text was updated successfully, but these errors were encountered: