Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document how (lazy) type checking works #38737

Open
tuukka opened this issue May 22, 2020 · 0 comments
Open

Document how (lazy) type checking works #38737

tuukka opened this issue May 22, 2020 · 0 comments
Labels
Docs The issue relates to how you learn TypeScript

Comments

@tuukka
Copy link

tuukka commented May 22, 2020

Before the whole compiler and its API is documented, could you add a few details about the type checker:

  • What normally forces the type checking and inference of a name?
  • How TSC forces all types to be checked?
  • What are the options for an application using the compiler API to control/force type checking?

Potentially relevant wiki pages for this information:

Search Terms

documentation, type check, laziness, architecture, compiler API

@RyanCavanaugh RyanCavanaugh added the Docs The issue relates to how you learn TypeScript label Jun 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Docs The issue relates to how you learn TypeScript
Projects
None yet
Development

No branches or pull requests

2 participants