-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
[Feature]: improve type-checking performance #30516
Comments
This was referenced Apr 8, 2024
Merged
This was referenced Apr 17, 2024
This was referenced Apr 23, 2024
This was referenced May 16, 2024
This was referenced May 24, 2024
This was referenced Jun 5, 2024
Merged
Closed
implemented ! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Library
React Components / v9 (@fluentui/react-components)
Describe the feature that you would like added
v9 and some cross project libraries/apps use TS path aliases, which provide excellent DX and blazing fast Application Bundling speeds with tools like swc or esbuild.
We also leverage TS solution config files within our libraries, and use tsc -b for type checking.
This inflicts huge performance penalty on type-checking execution, because TSC needs to traverse and parse all the paths on every run.
By stopping using TS path aliases mapped to source files on CI for type-checking, we can gain significant performance boost.
Have you discussed this feature with our team
@microsoft/fluentui-react-build
Additional context
Validations
Priority
High
Related Issues
Tasks
packageName
configurale withincompare-reports
command monosize#62scripts/*
/ chore: normalize/scripts/*
sourceRoot and use new performant 'type-check' fortools
tagged libraries #31475The text was updated successfully, but these errors were encountered: