Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/shell-api/src/enums.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const DBQuery = {
Option: DBQueryOption
};

export const shellApiType = Symbol('shellApiType');
export const shellApiType = Symbol.for('@@mongosh.shellApiType');
// TODO: Would require changes to java-shell
// export const asPrintable = Symbol('asPrintable');
export const asShellResult = Symbol('asShellResult');
export const asShellResult = Symbol.for('@@mongosh.asShellResult');