Skip to content

Index file present for both js and ts. #36

Open
@Maanu07

Description

@Maanu07
Contributor

I can see one index file in the src directory and the other in the root directory. I am not sure why we have an index.js file in the root directory. We can remove the index.js file. Let me know if I am missing something.

Activity

DIVYESH-GITHUB

DIVYESH-GITHUB commented on Dec 23, 2023

@DIVYESH-GITHUB

@Maanu07 the index.js file was old code for the same. But now they have moved the logical code section into the src folder. And yes deleting the index.js file will not create any issue. I hope that helps.

Maanu07

Maanu07 commented on Dec 23, 2023

@Maanu07
ContributorAuthor

@Maanu07 the index.js file was old code for the same. But now they have moved the logical code section into the src folder. And yes deleting the index.js file will not create any issue. I hope that helps.

Cool, actually I added the index.ts file in the src directory but I also removed the index.js from the root directory. No idea how it came back. Maybe someone else PR introduced it again in the code.

linked a pull request that will close this issue on Dec 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      Participants

      @Maanu07@DIVYESH-GITHUB

      Issue actions

        Index file present for both js and ts. · Issue #36 · gitdagray/csv-to-sql-insert