|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 2 weeks ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
442 bytes
|
| Line | |
|---|
| 1 | import classApplyDescriptorGet from "./classApplyDescriptorGet.js";
|
|---|
| 2 | import assertClassBrand from "./assertClassBrand.js";
|
|---|
| 3 | import classCheckPrivateStaticFieldDescriptor from "./classCheckPrivateStaticFieldDescriptor.js";
|
|---|
| 4 | function _classStaticPrivateFieldSpecGet(t, s, r) {
|
|---|
| 5 | return assertClassBrand(s, t), classCheckPrivateStaticFieldDescriptor(r, "get"), classApplyDescriptorGet(t, r);
|
|---|
| 6 | }
|
|---|
| 7 | export { _classStaticPrivateFieldSpecGet as default }; |
|---|
Note:
See
TracBrowser
for help on using the repository browser.