next
Version:
The React Framework
39 lines (37 loc) • 1.35 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
0 && (module.exports = {
InstantValidationBoundaryContext: null,
PlaceValidationBoundaryBelowThisLevel: null,
RenderValidationBoundaryAtThisLevel: null,
SlotMarker: null
});
function _export(target, all) {
for(var name in all)Object.defineProperty(target, name, {
enumerable: true,
get: all[name]
});
}
_export(exports, {
InstantValidationBoundaryContext: function() {
return _boundaryimpl.InstantValidationBoundaryContext;
},
PlaceValidationBoundaryBelowThisLevel: function() {
return _boundaryimpl.PlaceValidationBoundaryBelowThisLevel;
},
RenderValidationBoundaryAtThisLevel: function() {
return _boundaryimpl.RenderValidationBoundaryAtThisLevel;
},
SlotMarker: function() {
return _boundaryimpl.SlotMarker;
}
});
const _boundaryimpl = require("../../../server/app-render/instant-validation/boundary-impl");
if ((typeof exports.default === 'function' || (typeof exports.default === 'object' && exports.default !== null)) && typeof exports.default.__esModule === 'undefined') {
Object.defineProperty(exports.default, '__esModule', { value: true });
Object.assign(exports.default, exports);
module.exports = exports.default;
}
//# sourceMappingURL=impl.js.map