Blame view

node_modules/@babel/runtime/helpers/classPrivateFieldLooseKey.js 137 Bytes
ce4c83ff   wxy   初始提交
1
2
3
4
5
6
7
  var id = 0;
  
  function _classPrivateFieldKey(name) {
    return "__private_" + id++ + "_" + name;
  }
  
  module.exports = _classPrivateFieldKey;