Open
Description
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
.
Metadata
Metadata
Assignees
Labels
No labels
Activity