`/AB/ instanceof RegExp` is `false`?!
holyjak opened this issue · 1 comments
holyjak commented
In a browser or node REPL:
/AB/ instanceof RegExp
// => true
but in Mancy I get false
for some weird reason.
(Mancy 3.0.0, JS strict, no Babel)
princejwesley commented
Related nodejs/node#7351