Skip to content

output js file is created even when there is error in ts #19

@palamccc

Description

@palamccc
  • Typescript generates js file even when there is error in typescript source.
  • typescript-require skips compilation when js file already exists.
  • Due to above conflicting behaviour, i am getting following problem
    • I tried to run typescript file with error, i got fatal error as expected. all good.
    • I tried to run same typescript file as such, without making any changes. It works!!! - compilation is skipped because .js file already exists for .ts file.

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