Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce "codegenConfig.isLibrary" property (#41655)
Summary: Pull Request resolved: #41655 This diff adds support for checked-in codegen artifacts for libraries. It introduces a new property to `coegenConfig`, called `isLibrary`. If codegen sees `isLibrary: true` in a project's dependency, it assumes that the library has codegen artifacts in it, and will not generate any code. Changelog: [General][Added] - Introduce "codegenConfig.isLibrary" property. Differential Revision: D51207265 fbshipit-source-id: 938cf998331a7841731dfcf24e2a3e6ed8bcf8dc
- Loading branch information