web_reader / build /shared /services /async-context.js
Mohammad Shahid
Include pre-built files for HF deployment
f316cce
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.AsyncContext = void 0;
// Stub implementation for AsyncContext
class AsyncContext {
get(key) {
return undefined;
}
set(key, value) {
// Do nothing
}
}
exports.AsyncContext = AsyncContext;
//# sourceMappingURL=async-context.js.map