-
Notifications
You must be signed in to change notification settings - Fork 14
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
feat(javascript): remove classes usage #156
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.
I agree that class
are not ideal in js, there is no real reason to have them because we have object, I like this change even though I find it harder to read in general.
clients/algoliasearch-client-javascript/packages/client-common/src/errors.ts
Outdated
Show resolved
Hide resolved
clients/algoliasearch-client-javascript/packages/client-common/src/createStatefulHost.ts
Outdated
Show resolved
Hide resolved
We could make it clearer in future iteration, I did not wanted to introduce too many changes in this PR |
🧭 What and Why
🎟 JIRA Ticket: https://algolia.atlassian.net/browse/APIC-340
Changes included:
types
file in atypes
folder, as it was getting hard to read it.There is no technical changes in this PR, mostly renaming and reformatting.
🧪 Test
CI :D