Skip to content

"no-unresolved" flagged for import of csv-stringify #372

@himynameisdave

Description

@himynameisdave

Describe the bug

Not exactly a bug because it's not truly blocking me and I'm sure it's got something to do with my environment, but wanted to post here to help figure it out.

Basically I've upgraded to the latest version of this package and updated my imports to 'csv-stringify/sync', but my editor is flagging it as an unresolved dependency (even tho they path is resolved when I hover it). Everything seems to work fine, it's just annoying that this is being flagged.

Using TypeScript here as well, if that is relevant.

To Reproduce

  • Updated csv-stringify from 5.6.5 to 6.2.3
  • Change imports from...
    import * as stringify from 'csv-stringify/lib/sync';
    
    ...to...
    import { stringify } from 'csv-stringify/sync';
    

Additional context

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions