Skip to content

Conversation

@marvinhagemeister
Copy link
Collaborator

@marvinhagemeister marvinhagemeister commented Mar 19, 2021

This relies on esbuild to strip out types during import. ESbuild was chosen for its sheer performance. The official tsc compiler is very slow in comparison. This means there is no built-in type checking yet.

The plan is to have a non emitting tsc process running in parallel just for type checking.

This relies on esbuild to strip out types during import. Esbuild was
chosen for its performance. The official tsc compiler is very slow in
comparison. This means there is no built-in type checking yet.

The plan is to have a non emitting tsc process running in parallel
just for type checking.
This happens because child processes are not executed in the same shell
the main process was started in
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants