Evaluate literal `String` comparison
jam-awake opened this issue · 2 comments
jam-awake commented
See #21 (comment)
const test4 = /* #__PURE__ */ (() => Data$dOrd.ordString.compare("h")("i"))();
natefaubion commented
What do you expect this to evaluate to?
natefaubion commented
Oh sorry, you mean when both are known strings. Yes, I think we could handle that.