// TODO: Eliminate this singleton in the future. "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "devPageFiles", { enumerable: true, get: function() { return devPageFiles; } }); const devPageFiles = new Set(); //# sourceMappingURL=shared.js.map