-
Notifications
You must be signed in to change notification settings - Fork 51
False positive for bundled library #212
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed
Description
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.)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed