SYMBOL INDEX (32 symbols across 12 files) FILE: src/app.js function createApp (line 13) | function createApp() { FILE: src/core/render-core.js function createBrowser (line 7) | async function createBrowser(opts) { function getFullPageHeight (line 27) | async function getFullPageHeight(page) { function render (line 41) | async function render(_opts = {}) { function scrollPage (line 210) | async function scrollPage(page) { function logOpts (line 240) | function logOpts(opts) { FILE: src/http/render-http.js function getMimeType (line 9) | function getMimeType(opts) { function isHostMatch (line 73) | function isHostMatch(host1, host2) { function isRegexMatch (line 82) | function isRegexMatch(urlPattern, inputUrl) { function isNormalizedMatch (line 93) | function isNormalizedMatch(url1, url2) { function isUrlAllowed (line 102) | function isUrlAllowed(inputUrl) { function assertOptionsAllowed (line 126) | function assertOptionsAllowed(opts) { function getOptsFromQuery (line 137) | function getOptsFromQuery(query) { FILE: src/index.js function closeServer (line 22) | function closeServer(signal) { FILE: src/middleware/error-logger.js constant SLICE_THRESHOLD (line 4) | const SLICE_THRESHOLD = 1000; function createErrorLogger (line 6) | function createErrorLogger(_opts) { function getLogLevel (line 31) | function getLogLevel(status) { function logRequestDetails (line 35) | function logRequestDetails(logLevel, req) { function deepSupressLongStrings (line 41) | function deepSupressLongStrings(obj) { FILE: src/middleware/error-responder.js function createErrorResponder (line 7) | function createErrorResponder(_opts) { FILE: src/router.js function createRouter (line 9) | function createRouter() { FILE: src/util/express.js function createJsonRoute (line 6) | function createJsonRoute(func) { function createRoute (line 21) | function createRoute(func, responseHandler) { function throwStatus (line 47) | function throwStatus(status, message) { FILE: src/util/logger.js constant COLORIZE (line 6) | const COLORIZE = config.NODE_ENV === 'development'; function createLogger (line 8) | function createLogger(filePath) { function _setLevelForTransports (line 23) | function _setLevelForTransports(logger, level) { FILE: src/util/require-envs.js function requireEnvs (line 5) | function requireEnvs(arr) { FILE: test/test-all.js constant DEBUG (line 11) | const DEBUG = false; function normalisePdfText (line 19) | function normalisePdfText(text) { function getPdfTextContent (line 26) | function getPdfTextContent(buffer, opts = {}) { FILE: test/util/index.js function getResource (line 4) | function getResource(name) {