Skip to content

Perform TypeScript type checking while bundle-serving #173

@afoxman

Description

@afoxman

This is related to #113. The difference being that I want typescript validation while running a metro bundle server. As source code is updated, metro detects the changes, transpiles, and publishes delta-bundles through fast-refresh. I want any added/modified files to be transpiled (removed files will be ignored).

The output should show up in the metro bundle-server log console.

Type errors should cause the fast-refresh bundle generation to fail, if possible, leaving the running app unchanged.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions