Skip to content

Options.ignore changed type from 8.0.1 to 8.0.2 #1063

Description

@simhnna

Previously (ts-node 7.x.x) options.ignore used to be a string | string[] and it continued to be supported in 8.0.0.

However in 8.0.2 it was changed to only accept string

The breaking change is this commit 0db041f

The current types only allow an array, but the docs say that the default is a string

https://github.com/TypeStrong/ts-node/blob/master/src/index.ts#L171

Can we bring back string | string[]?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions