- Updated all component headers and documentation
- Changed navbar and footer branding
- Updated homepage hero badge
- Modified page title in index.html
- Simplified footer text to 'Built with ❤️'
- Consistent V2 capitalization across all references
7 lines
533 B
JavaScript
7 lines
533 B
JavaScript
var classApplyDescriptorSet = require("./classApplyDescriptorSet.js");
|
|
var assertClassBrand = require("./assertClassBrand.js");
|
|
var classCheckPrivateStaticFieldDescriptor = require("./classCheckPrivateStaticFieldDescriptor.js");
|
|
function _classStaticPrivateFieldSpecSet(s, t, r, e) {
|
|
return assertClassBrand(t, s), classCheckPrivateStaticFieldDescriptor(r, "set"), classApplyDescriptorSet(s, r, e), e;
|
|
}
|
|
module.exports = _classStaticPrivateFieldSpecSet, module.exports.__esModule = true, module.exports["default"] = module.exports; |