/
var
/
www
/
cobraambalaj
/
node_modules
/
@babel
/
runtime
/
helpers
/
classStaticPrivateFieldSpecSet
/
/var/www/cobraambalaj/node_modules/@babel/runtime/helpers/classStaticPrivateFieldSpecSet
mkdir
upload
Name
Size
Mode
Actions
index.js
572
0644
edit
dl
rm
_index.mjs
458
0644
edit
dl
rm
Edit:
/var/www/cobraambalaj/node_modules/@babel/runtime/helpers/classStaticPrivateFieldSpecSet/_index.mjs
(458B)
export default function _classStaticPrivateFieldSpecSet(receiver, classConstructor, descriptor, value) { if (receiver !== classConstructor) { throw new TypeError("Private static access of wrong provenance"); } if (descriptor.set) { descriptor.set.call(receiver, value); } else { if (!descriptor.writable) { throw new TypeError("attempted to set read only private field"); } descriptor.value = value; } return value; }
Save
cmd:
run