Skip to content

Watch mode is only partially incremental #174

Description

@lolleko

The current watch mode is only partially incremental.

Typechecking handled by the ts compiler API is incremental (there is a small chance that this is not incremental aswell)

Emitting files (walking and transpiling the AST) is not incremental. Currently all files get reemitted on a file change.

This is kind of hard to fix because the compiler API implements incremental builds by hashing the emitted .js files. We don't generate those, so we either need to roll our own solution in the future or hack it.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions