![]() 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/vreg/node_modules/style-resources-loader/lib/ |
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const utils_1 = require("./utils"); const loader = function (source) { this.cacheable(); const callback = this.async(); if (!utils_1.isFunction(callback)) { throw new Error(utils_1.errorMessage.syncCompilation); } if (typeof source !== 'string') { throw new Error(utils_1.errorMessage.impossible); } utils_1.loadResources(this, source, callback); }; exports.default = loader; //# sourceMappingURL=loader.js.map