Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend no-deprecated rule to flag up more APIs #137

Open
geoffswift opened this issue Nov 29, 2023 · 0 comments
Open

Extend no-deprecated rule to flag up more APIs #137

geoffswift opened this issue Nov 29, 2023 · 0 comments

Comments

@geoffswift
Copy link

geoffswift commented Nov 29, 2023

Various lightning APIs are deprecated/unsupported and their usage would ideally be flagged up by the rule no-deprecated. Examples include...

import { getRecordUi } from 'lightning/uiRecordApi';

https://developer.salesforce.com/docs/platform/lwc/guide/reference-wire-adapters-record-ui.html#usage

import { getRecordNotifyChange } from 'lightning/uiRecordApi';

https://developer.salesforce.com/docs/platform/lwc/guide/reference-get-record-notify.html

import { getListUi } from "lightning/uiListApi";

https://developer.salesforce.com/docs/platform/lwc/guide/reference-get-list-ui.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant