bpms_site/.svn/pristine/55/55900aae0c3d63b7c1699d2a43c954e893dbeff5.svn-base
2025-11-02 16:38:49 +03:30

16 lines
402 B
Plaintext

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "default", {
enumerable: true,
get: function() {
return nextInvalidImportErrorLoader;
}
});
function nextInvalidImportErrorLoader() {
const { message } = this.getOptions();
throw new Error(message);
}
//# sourceMappingURL=next-invalid-import-error-loader.js.map