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

False positive for bundled library #212

Open
remcohaszing opened this issue Sep 19, 2024 · 0 comments
Open

False positive for bundled library #212

remcohaszing opened this issue Sep 19, 2024 · 0 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@remcohaszing
Copy link
Contributor

The type definitions of attr-accept are correct, but attw reports an incorrect default export.

$ node             
Welcome to Node.js v22.9.0.
Type ".help" for more information.
> accept  = require('attr-accept')
{ __esModule: true, default: [Function (anonymous)] }

This probably has to do with how the package is built. (The minified code is annoying to read.)

@andrewbranch andrewbranch added bug Something isn't working help wanted Extra attention is needed labels Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants