mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
0a45325621
The spec for eval (http://es5.github.io/x15.1.html#x15.1.2.1) says "If Type(x) is not String, return x." and that's exactly what's happening here -- it gets {code: ...} and does nothing.