From 315e751f43931548f3deeca8a58c655c13b942b2 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Mon, 16 May 2016 18:29:30 -0700 Subject: [PATCH] Add `_.isNative` doc note. [ci skip] --- lodash.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lodash.js b/lodash.js index 0d4d06851..a139da347 100644 --- a/lodash.js +++ b/lodash.js @@ -11191,6 +11191,14 @@ /** * Checks if `value` is a pristine native function. * + * **Note:** This method can't reliably detect native functions in the + * presence of the `core-js` package because `core-js` circumvents this kind + * of detection. Despite multiple requests, the `core-js` maintainer has made + * it clear: any attempt to fix the detection will be obstructed. As a result, + * we're left with little choice but to throw an error. Unfortunately, this + * also affects packages, like [babel-polyfill](https://www.npmjs.com/package/babel-polyfill), + * which rely on `core-js`. + * * @static * @memberOf _ * @since 3.0.0