source:
node_modules/@babel/runtime/helpers/esm/classPrivateFieldInitSpec.js@
65b6638
Last change on this file since 65b6638 was d24f17c, checked in by , 15 months ago | |
---|---|
|
|
File size: 226 bytes |
Line | |
---|---|
1 | import checkPrivateRedeclaration from "./checkPrivateRedeclaration.js"; |
2 | export default function _classPrivateFieldInitSpec(obj, privateMap, value) { |
3 | checkPrivateRedeclaration(obj, privateMap); |
4 | privateMap.set(obj, value); |
5 | } |
Note:
See TracBrowser
for help on using the repository browser.