-
-
Notifications
You must be signed in to change notification settings - Fork 51
Remove util.inherits #70
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
Comments
Wouldn't this require to change these functions to be |
Yes. |
Try out https://lebab.unibtc.me/editor |
Since #58 is merged I could start working on this on a new branch |
I'll start with this issue ok? |
Should I change the way the import is written as well? Example: Or should I leave this change for another issue/pull request? |
Dont change, as it would just open the whole can of worms of esModule imports potentially breaking while running on node because of some reasons. |
Merge pull request #109 from dsschiramm/development Thanks to @dsschiramm
Use ES6
Class
syntax withextends
instead ofutils.inherits
node-oauth2-server/lib/grant-types/authorization-code-grant-type.js
Line 47 in 485147f
node-oauth2-server/lib/grant-types/client-credentials-grant-type.js
Line 40 in 485147f
node-oauth2-server/lib/grant-types/password-grant-type.js
Line 42 in 485147f
node-oauth2-server/lib/grant-types/refresh-token-grant-type.js
Line 47 in 485147f
This also occurs in all the errors at
lib/errors
The text was updated successfully, but these errors were encountered: