-
Notifications
You must be signed in to change notification settings - Fork 46.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
[compiler] Scaffold fixture library #31148
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
What's the idea of the fixture library? |
@josephsavona to test out that the backwards compat stuff works in a real world setting. I can do it in a private repo somewhere if you prefer, just thought it'd be quicker and we have some precedent for react. It's also something I can link to later in the docs as an example guide. |
Ahhh right! No this makes sense! |
Add missing directory to prettierignore.
Scaffolds an empty library to test backwards compatibility with the compiler enabled.
Comparing: de43d56...1f644c3 Critical size changesIncludes critical production bundles, as well as any change greater than 2%:
Significant size changesIncludes any change greater than 0.2%: (No significant changes) |
Add missing directory to prettierignore. --- [//]: # (BEGIN SAPLING FOOTER) Stack created with [Sapling](https://sapling-scm.com). Best reviewed with [ReviewStack](https://reviewstack.dev/facebook/react/pull/31168). * #31167 * #31166 * #31165 * #31164 * #31148 * __->__ #31168
Scaffold empty apps to consume the fixture lib. --- [//]: # (BEGIN SAPLING FOOTER) Stack created with [Sapling](https://sapling-scm.com). Best reviewed with [ReviewStack](https://reviewstack.dev/facebook/react/pull/31164). * #31167 * #31166 * #31165 * __->__ #31164 * #31148 * #31168
Scaffolds an empty library to test backwards compatibility with the compiler enabled.
Stack created with Sapling. Best reviewed with ReviewStack.