Lint and typecheck TypeScript #1276
Reference in New Issue
Block a user
No description provided.
Delete Branch "export-D45508576"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary:
This change starts to enlighten linting and other repo configuration to TypeScript. This was previously special-cased out of linting, and meant we were not linting everything. It is also a precondition to do real typechecking and linting our definitions with type information.
This is continued in another change with adding types to scripts and config files, but more importantly converting hand-written tests and test generation to TypeScript, so we get real-world usage to typecheck against for testing.
Differential Revision: D45508576
This pull request was exported from Phabricator. Differential Revision: D45508576
This pull request was exported from Phabricator. Differential Revision: D45508576
This pull request has been merged in facebook/yoga@19aed1d63e.
Pull request closed