wilddragon-site/node_modules/next/dist/server/app-render/instant-validation/boundary-tracking.js

18 lines
430 B
JavaScript
Raw Normal View History

2026-04-17 15:51:01 -04:00
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "createValidationBoundaryTracking", {
enumerable: true,
get: function() {
return createValidationBoundaryTracking;
}
});
function createValidationBoundaryTracking() {
return {
expectedIds: new Set(),
renderedIds: new Set()
};
}
//# sourceMappingURL=boundary-tracking.js.map