-
-
Notifications
You must be signed in to change notification settings - Fork 14
🚀 Feature: Add getAccessKind #397
Copy link
Copy link
Closed
Labels
status: accepting prsPlease, send a pull request to resolve this! 🙏Please, send a pull request to resolve this! 🙏type: featureNew enhancement or request 🚀New enhancement or request 🚀
Metadata
Metadata
Assignees
Labels
status: accepting prsPlease, send a pull request to resolve this! 🙏Please, send a pull request to resolve this! 🙏type: featureNew enhancement or request 🚀New enhancement or request 🚀
Bug Report Checklist
mainbranch of the repository.Overview
I took a peek through the typescript-eslint
yarn.lockto see who depends ontsutilsstill.eslint-plugin-deprecationdoes still for exactly one function:import { isReassignmentTarget } from 'tsutils';.isReassignmentTargetis a one-liner intsutilsthat calls to a much largergetAccessKind function.Additional Info
This is essentially a split-off from #3, long after I'd thought #3 was resolved. 😄