![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/clinic.corals.io/node_modules/html-loader/dist/runtime/ |
"use strict"; module.exports = function (url, options) { if (!options) { // eslint-disable-next-line no-param-reassign options = {}; } // eslint-disable-next-line no-underscore-dangle, no-param-reassign url = url && url.__esModule ? url.default : url; if (typeof url !== 'string') { return url; } if (options.hash) { // eslint-disable-next-line no-param-reassign url += options.hash; } if (options.maybeNeedQuotes && /[\t\n\f\r "'=<>`]/.test(url)) { return "\"".concat(url, "\""); } return url; };