refactor: init cypress-cucumber-preprocessor install.
This commit is contained in:
4
node_modules/core-js/modules/_native-weak-map.js
generated
vendored
Normal file
4
node_modules/core-js/modules/_native-weak-map.js
generated
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
var nativeFunctionToString = require('./_function-to-string');
|
||||
var WeakMap = require('./_global').WeakMap;
|
||||
|
||||
module.exports = typeof WeakMap === 'function' && /native code/.test(nativeFunctionToString.call(WeakMap));
|
Reference in New Issue
Block a user