-
Notifications
You must be signed in to change notification settings - Fork 10
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
Reader Package Deprecation Implementation(npm) #45
base: main
Are you sure you want to change the base?
Reader Package Deprecation Implementation(npm) #45
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey thanks for the PR @Ash-KODES, if we are changing the module to deprecate the reader, can we do it in a single go? If you want to keep it to smaller PRs it is fine but I want to make sure we strip the module.
Also, two nits, first, please squash your commits to keep them scoped to the change you are introducing.
Plus, please wrap errors 👇
(btw we expect some tests to still fail as we are repairing them) |
Ok, So there are two occurrences for the reader package, yarn and npm I can make one PR for yarn and then and PR for Npm. |
e530a85
to
8983b8c
Compare
|
Hi @Ash-KODES, would it be possible for you to rebase your changes so we can test it? |
sure @nishakm |
8983b8c
to
3b748f9
Compare
FIXES #15
Approach-
Will try to implement all the method that uses the reader package and then refractor and deprecate the reader's methods.
npm implementation for the deprecating package.