mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-02 16:17:50 +00:00
Add _.isNative doc note. [ci skip]
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user