14 lines
329 B
Plaintext
14 lines
329 B
Plaintext
// 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 |