mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-07 18:07:49 +00:00
Apply more let/const transforms.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import coreJsData from './_coreJsData.js';
|
||||
|
||||
/** Used to detect methods masquerading as native. */
|
||||
var maskSrcKey = ((() => {
|
||||
const maskSrcKey = ((() => {
|
||||
const uid = /[^.]+$/.exec(coreJsData && coreJsData.keys && coreJsData.keys.IE_PROTO || '');
|
||||
return uid ? `Symbol(src)_1.${ uid }` : '';
|
||||
})());
|
||||
|
||||
Reference in New Issue
Block a user