mirror of
https://gitea.com/actions/setup-maven.git
synced 2025-11-09 02:56:20 +08:00
chore: update dependencies
This commit is contained in:
7
node_modules/underscore/amd/isWeakMap.js
generated
vendored
Normal file
7
node_modules/underscore/amd/isWeakMap.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
define(['./_tagTester', './_stringTagBug', './_methodFingerprint'], function (_tagTester, _stringTagBug, _methodFingerprint) {
|
||||
|
||||
var isWeakMap = _stringTagBug.isIE11 ? _methodFingerprint.ie11fingerprint(_methodFingerprint.weakMapMethods) : _tagTester('WeakMap');
|
||||
|
||||
return isWeakMap;
|
||||
|
||||
});
|
||||
Reference in New Issue
Block a user