realm-js icon indicating copy to clipboard operation
realm-js copied to clipboard

Run bindgen with symbols missing from opt-in list removed

Open kraenhansen opened this issue 8 months ago • 2 comments

These symbols are currently generated but with @deprecated annotations. We should either adjust eslint rules to error when using deprecated methods or even better ensure the bindgen tool doesn't produce types for symbols that don't have implementation when building on CI.

See https://github.com/realm/realm-js/pull/6709#issuecomment-2153295919 for more context.

kraenhansen avatar Jun 11 '24 19:06 kraenhansen