Skip to content

Build is not failing on TypeScript errors #128

Open
@Turbo87

Description

@Turbo87

I would assume that running ember build would fail when I create a type error like changing the return type of normalizePath() to boolean instead of string.

I'm seeing the following output:

/route-recognizer.ts(633,7): Type 'boolean' is not assignable to type 'string'.
/route-recognizer/normalizer.ts(6,10): Type 'string' is not assignable to type 'boolean'.

but the build still succeeds with exit code 0.

/cc @stefanpenner @rwjblue @nathanhammond @krisselden

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

    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