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 6e5f065 commit 51d968cCopy full SHA for 51d968c
packages/shell-api/src/enums.ts
@@ -37,7 +37,7 @@ export const DBQuery = {
37
Option: DBQueryOption
38
};
39
40
-export const shellApiType = Symbol('shellApiType');
+export const shellApiType = Symbol.for('@@mongosh.shellApiType');
41
// TODO: Would require changes to java-shell
42
// export const asPrintable = Symbol('asPrintable');
43
-export const asShellResult = Symbol('asShellResult');
+export const asShellResult = Symbol.for('@@mongosh.asShellResult');
0 commit comments