Skip to content
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

Introduce "outputDir" property of "codegenConfig" #41782

Closed
wants to merge 1 commit into from

Commits on Dec 15, 2023

  1. Introduce "outputDir" property of "codegenConfig" (facebook#41782)

    Summary:
    
    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
    dmytrorykun authored and facebook-github-bot committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    8ff060e View commit details
    Browse the repository at this point in the history