File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 3
3
forApp ,
4
4
isEventStreamResponse ,
5
5
proxy ,
6
+ readFromStream ,
6
7
withManifest ,
7
8
} from "./clients/withManifest.ts" ;
8
9
export type { InvocationFunc } from "./clients/withManifest.ts" ;
Original file line number Diff line number Diff line change 1
1
// deno-lint-ignore-file no-explicit-any
2
- import { allowCorsFor , type Resolvable } from "../../mod.ts" ;
2
+
3
+ import type { Resolvable } from "../../mod.ts" ;
4
+
3
5
import { isAdminOrLocalhost } from "../../utils/admin.ts" ;
4
- import { bodyFromUrl } from "../../utils/http.ts" ;
6
+ import { allowCorsFor , bodyFromUrl } from "../../utils/http.ts" ;
7
+
5
8
import { payloadForFunc } from "../../utils/invoke.server.ts" ;
6
9
import { invokeToHttpResponse } from "../../utils/invoke.ts" ;
7
10
import type {
Original file line number Diff line number Diff line change 7
7
export type { PromiseOrValue } from "../engine/core/utils.ts" ;
8
8
export { decoManifestBuilder } from "../engine/manifest/manifestGen.ts" ;
9
9
export { adminUrlFor , isAdmin , resolvable } from "./admin.ts" ;
10
+ /**
11
+ * @deprecated since version 1.101.22 import from @deco/deco/web instead
12
+ */
10
13
export { readFromStream } from "./http.ts" ;
11
14
export { metabasePreview } from "./metabase.tsx" ;
12
15
export { tryOrDefault } from "./object.ts" ;
You can’t perform that action at this time.
0 commit comments