We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7be05f3 commit 85e0d88Copy full SHA for 85e0d88
src/repl.ts
@@ -16,6 +16,7 @@ runRepl({
16
},
17
extraContext: async (app) => {
18
const { ResourcesHost } = await import('~/core');
19
+ const { e } = await import('~/core/edgedb');
20
const { AuthenticationService } = await import(
21
'./components/authentication'
22
);
@@ -27,6 +28,7 @@ runRepl({
27
28
const Resources = await app.get(ResourcesHost).getEnhancedMap();
29
30
return {
31
+ e,
32
DateTime,
33
Duration,
34
Interval,
0 commit comments