Skip to content
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

Improve side effect builtin detection #37

Open
tmpfs opened this issue Aug 16, 2021 · 0 comments
Open

Improve side effect builtin detection #37

tmpfs opened this issue Aug 16, 2021 · 0 comments
Assignees

Comments

@tmpfs
Copy link
Collaborator

tmpfs commented Aug 16, 2021

Currently this just handles module.exports = require('utils') but we also need to handle when arrays and objects are exported:

module.exports = {
  fs: require('fs'),
  inherits: [require('utils').inherits],
}
@tmpfs tmpfs self-assigned this Aug 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant