main
Last change
on this file since d565449 was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago |
Update repo after prototype presentation
|
-
Property mode
set to
100644
|
File size:
571 bytes
|
Rev | Line | |
---|
[d565449] | 1 | var classApplyDescriptorDestructureSet = require("./classApplyDescriptorDestructureSet.js");
|
---|
| 2 | var assertClassBrand = require("./assertClassBrand.js");
|
---|
| 3 | var classCheckPrivateStaticFieldDescriptor = require("./classCheckPrivateStaticFieldDescriptor.js");
|
---|
| 4 | function _classStaticPrivateFieldDestructureSet(t, r, s) {
|
---|
| 5 | return assertClassBrand(r, t), classCheckPrivateStaticFieldDescriptor(s, "set"), classApplyDescriptorDestructureSet(t, s);
|
---|
| 6 | }
|
---|
| 7 | module.exports = _classStaticPrivateFieldDestructureSet, module.exports.__esModule = true, module.exports["default"] = module.exports; |
---|
Note:
See
TracBrowser
for help on using the repository browser.