Skip to content

Commit

Permalink
Injecting Symbol_for (#6616)
Browse files Browse the repository at this point in the history
  • Loading branch information
kraenhansen authored and elle-j committed May 23, 2024
1 parent 99e59cd commit cec5fa1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/realm/bindgen/src/templates/base-wrapper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ export function generate({ spec: boundSpec }: TemplateContext, out: Outputter):
"Decimal128",
"EJSON_parse: EJSON.parse",
"EJSON_stringify: EJSON.stringify",
"Symbol_for: Symbol.for",
];

for (const cls of spec.classes) {
Expand Down

0 comments on commit cec5fa1

Please sign in to comment.