preload-links-by-lighthouse
Version:
Generate html with embedded preload links using lighthouse
55 lines • 2.9 kB
JavaScript
/// <reference types="lighthouse/types/artifacts" />
/// <reference types="lighthouse/types/audit-details" />
/// <reference types="lighthouse/types/audit" />
/// <reference types="lighthouse/types/budget" />
/// <reference types="lighthouse/types/bundle-phobia-cli/index" />
/// <reference types="lighthouse/types/config" />
/// <reference types="lighthouse/types/cssstyle/index" />
/// <reference types="lighthouse/types/externs" />
/// <reference types="lighthouse/types/gatherer" />
/// <reference types="lighthouse/types/html-renderer" />
/// <reference types="lighthouse/types/http-link-header/index" />
/// <reference types="lighthouse/types/i18n" />
/// <reference types="lighthouse/types/jest" />
/// <reference types="lighthouse/types/jsonld/index" />
/// <reference types="lighthouse/types/jsonlint-mod" />
/// <reference types="lighthouse/types/lhr" />
/// <reference types="lighthouse/types/lighthouse-logger/index" />
/// <reference types="lighthouse/types/lookup-closest-locale/index" />
/// <reference types="lighthouse/types/metaviewport-parser/index" />
/// <reference types="lighthouse/types/node-fetch" />
/// <reference types="lighthouse/types/node" />
/// <reference types="lighthouse/types/parse-cache-control/index" />
/// <reference types="lighthouse/types/pretty-json-stringify/index" />
/// <reference types="lighthouse/types/protocol" />
/// <reference types="lighthouse/types/robots-parser/index" />
/// <reference types="lighthouse/types/smokehouse" />
/// <reference types="lighthouse/types/structured-data" />
/// <reference types="lighthouse/types/treemap" />
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
(function (factory) {
if (typeof module === "object" && typeof module.exports === "object") {
var v = factory(require, exports);
if (v !== undefined) module.exports = v;
}
else if (typeof define === "function" && define.amd) {
define(["require", "exports", "./lib/lighthouse", "./lib/network-record-filter", "./lib/preload-link-generator"], factory);
}
})(function (require, exports) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
/// <reference types="./typings/lighthouse" />
__exportStar(require("./lib/lighthouse"), exports);
__exportStar(require("./lib/network-record-filter"), exports);
__exportStar(require("./lib/preload-link-generator"), exports);
});
//# sourceMappingURL=index.js.map