* **Version**: Node.js 14.0 * **Platform**: mac 10.15.3 * **Subsystem**: Happens in lots of library I use. ### What steps will reproduce the bug? Repo: https://github.com/gengjiawen/sample CI: https://github.com/gengjiawen/sample/runs/607139469?check_suite_focus=true#step:4:113 ### How often does it reproduce? Is there a required condition? Always. ### What is the expected behavior? no warning ### What do you see instead? ``` (node:32751) Warning: Accessing non-existent property 'column' of module exports inside circular dependency (node:32751) Warning: Accessing non-existent property 'filename' of module exports inside circular dependency (node:32751) Warning: Accessing non-existent property 'lineno' of module exports inside circular dependency (node:32751) Warning: Accessing non-existent property 'column' of module exports inside circular dependency (node:32751) Warning: Accessing non-existent property 'filename' of module exports inside circular dependency ``` ### Additional information cc @nodejs/modules-active-members