- Go backend (server/)
- Frontend (web/, server/static/)
- Database and deployment files
- Scripts and docs
Co-Authored-By: 狸花猫/Claude-Qwen3.6-Plus 🐾
7 lines
442 B
JavaScript
7 lines
442 B
JavaScript
import classApplyDescriptorGet from "./classApplyDescriptorGet.js";
|
|
import assertClassBrand from "./assertClassBrand.js";
|
|
import classCheckPrivateStaticFieldDescriptor from "./classCheckPrivateStaticFieldDescriptor.js";
|
|
function _classStaticPrivateFieldSpecGet(t, s, r) {
|
|
return assertClassBrand(s, t), classCheckPrivateStaticFieldDescriptor(r, "get"), classApplyDescriptorGet(t, r);
|
|
}
|
|
export { _classStaticPrivateFieldSpecGet as default }; |