Changes between Initial Version and Version 1 of Ticket #12769, comment 1
- Timestamp:
- Dec 17, 2014, 12:13:11 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12769, comment 1
initial v1 1 Hmm... this is really unfortunate and a good lesson for the future. I'm not even sure how we can do that in the future - whether a function which is more or less a shim should be identical with the native one or it can have extensions. For instance, lodash's functions don't mimic the native ones, so such situations must have concerned it.1 Hmm... this is really unfortunate and a good lesson for the future. I'm not even sure how we can do that the next time - whether a function which is more or less a shim should be identical with the native one or it can have extensions. For instance, lodash's functions don't mimic the native ones, so such situations must have concerned it. 2 2 3 3 Anyway, for now adding a new argument "notEvaluator" seems to be the only solution.