Skip to content

Commit 52c7408

Browse files
committed
fixup: provide saslprep function in no-op polyfill
1 parent 5550336 commit 52c7408

File tree

1 file changed

+7
-1
lines changed
  • packages/compass-web/polyfills/@mongodb-js/saslprep

1 file changed

+7
-1
lines changed
Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
export default {};
1+
export function saslprep(): void {
2+
// no-op
3+
}
4+
5+
export default {
6+
saslprep,
7+
};

0 commit comments

Comments
 (0)