Skip to content

exclude single file from --path ? #987

Closed
@tomdavidson

Description

@tomdavidson

Hello and thank you!

I'd like to do something along the lines of --path 'src/!(app)*.ts' but am not figuring out a negate option.
Any options to include *.ts but leave out app.ts?

Its a different issue, but the reason I need to exclude app.ts is due to:

Error: Unknown node "() => {" (ts.SyntaxKind = 212)

on err in (with our without the explicit type):

  (err: NodeJS.ErrnoException) => {
    if (err) {

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