realm / realm-js

Realm is a mobile database: an alternative to SQLite & key-value stores
https://realm.io
Apache License 2.0
5.68k stars 562 forks source link

Run bindgen with symbols missing from opt-in list removed #6717

Open kraenhansen opened 3 weeks ago

kraenhansen commented 3 weeks ago

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.

sync-by-unito[bot] commented 3 weeks ago

➤ PM Bot commented:

Jira ticket: RJS-2836

kraenhansen commented 1 week ago

This eslint rule could be relevant: https://github.com/import-js/eslint-plugin-import/blob/main/docs/rules/no-deprecated.md