Skip to content

Use together with "noEmit" #89

Closed
Closed
@Danielku15

Description

@Danielku15

I would like to do some custom file writing within my transformer instead of doing actual typescript > javascritpt emitting. For this I tried to set "noEmit": true on my tsconfig but due to this also no transformers are called.

Is there a way, or can you add a way that the transformers are called with noEmit set? I also tried to return a null node in the transformer in the hope that this would indicate not to emit anything for this file.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions