| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
| 'use strict'; | ||
|
|
||
| const common = require('../common'); | ||
| const { readSync, readKey, path } = require('../common/fixtures'); |
There was a problem hiding this comment.
In this case I think it would be best to not use destructuring because path is a Node.js module and the name is conflicting. It is just confusing that it does not stand for the same.
Sorry, something went wrong.
There was a problem hiding this comment.
Thank you for the feedback. I addressed the issue.
Sorry, something went wrong.
Avoid confusion with the path module
Sorry, something went wrong.
PR-URL: nodejs#15934 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Timothy Gu <timothygu99@gmail.com>
|
Landed in 96221c2 Thanks for the PR, and congratulations on becoming a Node.js Contributor 🎉 ! |
Sorry, something went wrong.
PR-URL: #15934 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Timothy Gu <timothygu99@gmail.com>
PR-URL: nodejs/node#15934 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Timothy Gu <timothygu99@gmail.com>
| Back | FazBrowse Home | New Git URL |
Checklist
Affected core subsystem(s)