Spaces:
Running
Running
ling-open-studio / node_modules /next /dist /server /app-render /instant-validation /boundary-tracking.js
| ; | |
| 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 |