-
Notifications
You must be signed in to change notification settings - Fork 202
Use new copy_files build mode with Flow templates #6309
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
base: 08-22-add_new_copy_files_build_mode
Are you sure you want to change the base?
Use new copy_files build mode with Flow templates #6309
Conversation
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
50d8352
to
83c55b8
Compare
8c0de77
to
1d8faaf
Compare
83c55b8
to
13812f2
Compare
1d8faaf
to
2452642
Compare
e2cc36d
to
9bbde93
Compare
Coverage report
Show new covered files 🐣
Show files with reduced coverage 🔻
Test suite run success3196 tests passing in 1345 suites. Report generated by 🧪jest coverage report action from 7c0d909 |
2452642
to
838606e
Compare
9bbde93
to
2bed3b6
Compare
2bed3b6
to
7c0d909
Compare
Differences in type declarationsWe detected differences in the type declarations generated by Typescript for this branch compared to the baseline ('main' branch). Please, review them to ensure they are backward-compatible. Here are some important things to keep in mind:
New type declarationsWe found no new type declarations in this PR Existing type declarationspackages/cli-kit/dist/public/node/base-command.d.ts@@ -32,17 +32,4 @@ export declare function addFromParsedFlags(flags: {
path?: string;
verbose?: boolean;
}): Promise<void>;
-/**
- * Strips the defaults from configured flags. For example, if flags contains:
- *
- *
- *
- * it becomes:
- *
- *
- *
- * If we parse using this configuration, the only specified flags will be those
- * the user actually passed on the command line.
- */
-export declare function noDefaultsOptions<TFlags extends FlagOutput, TGlobalFlags extends FlagOutput, TArgs extends ArgOutput>(options: Input<TFlags, TGlobalFlags, TArgs> | undefined): Input<TFlags, TGlobalFlags, TArgs> | undefined;
export default BaseCommand;
\ No newline at end of file
|
WHY are these changes introduced?
Fixes #0000
WHAT is this pull request doing?
How to test your changes?
Post-release steps
Measuring impact
How do we know this change was effective? Please choose one:
Checklist