mirror of
https://github.com/github/codeql-action.git
synced 2025-12-27 17:50:07 +08:00
43 lines
893 B
JavaScript
43 lines
893 B
JavaScript
import {
|
|
BatchInterceptor
|
|
} from "./chunk-TBU3WLO3.mjs";
|
|
import {
|
|
decodeBuffer,
|
|
encodeBuffer
|
|
} from "./chunk-6HYIRFX2.mjs";
|
|
import {
|
|
IS_PATCHED_MODULE
|
|
} from "./chunk-6YM4PLBI.mjs";
|
|
import {
|
|
FetchResponse,
|
|
INTERNAL_REQUEST_ID_HEADER_NAME,
|
|
Interceptor,
|
|
InterceptorReadyState,
|
|
createRequestId,
|
|
deleteGlobalSymbol,
|
|
getGlobalSymbol
|
|
} from "./chunk-YM42IU6M.mjs";
|
|
import {
|
|
getRawRequest
|
|
} from "./chunk-3GJB4JDF.mjs";
|
|
|
|
// src/utils/getCleanUrl.ts
|
|
function getCleanUrl(url, isAbsolute = true) {
|
|
return [isAbsolute && url.origin, url.pathname].filter(Boolean).join("");
|
|
}
|
|
export {
|
|
BatchInterceptor,
|
|
FetchResponse,
|
|
INTERNAL_REQUEST_ID_HEADER_NAME,
|
|
IS_PATCHED_MODULE,
|
|
Interceptor,
|
|
InterceptorReadyState,
|
|
createRequestId,
|
|
decodeBuffer,
|
|
deleteGlobalSymbol,
|
|
encodeBuffer,
|
|
getCleanUrl,
|
|
getGlobalSymbol,
|
|
getRawRequest
|
|
};
|
|
//# sourceMappingURL=index.mjs.map
|