forked from facebook/react-native
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce "outputDir" property of "codegenConfig" (facebook#41782)
Summary: Pull Request resolved: facebook#41782 This diff adds `outputDir` property to `codegenConfig`. Now codegen output dir is resolved like this: 1. It is set to `outputDir` argument of `generate-codegen-artifacts.js` if it is present. 2. *[New]* It is set to `outputDir` property of `codegenConfig` if it is present. 3. It is set to the project root. Changelog: [General][Added] - Introduce "outputDir" property of "codegenConfig" Reviewed By: cipolleschi Differential Revision: D51494009 fbshipit-source-id: 0f6e3607b29a3c6d228a88a9460d55bb65c7e55a
- Loading branch information
1 parent
5d1eac0
commit d45a01d
Showing
1 changed file
with
36 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters