next
Version:
The React Framework
14 lines (13 loc) • 329 B
JavaScript
// TODO: Eliminate this singleton in the future.
;
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "devPageFiles", {
enumerable: true,
get: function() {
return devPageFiles;
}
});
const devPageFiles = new Set();
//# sourceMappingURL=shared.js.map