Skip to content

Conversation

@mrgrain
Copy link
Contributor

@mrgrain mrgrain commented Feb 20, 2025

This is in preparation of splitting out certain parts of the code into a separate library that can than be shared between aws-cdk (the CLI) and toolkit-lib (the Toolkit lib).

No functional changes! Only moving files and updating imports.

Specifically prepares for:

  • using ioHost in work-graph
  • using ioHost in stack-events
  • splitting out utils into a the shared library

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license


cli.preCompileTask.prependExec('./generate.sh');
cli.preCompileTask.prependExec('ts-node scripts/user-input-gen.ts');
cli.preCompileTask.prependExec('ts-node --prefer-ts-exts scripts/user-input-gen.ts');
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was need to make the build more manageable. Otherwise the script would always use the js file and you would need to manually delete it.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There were 2 separate test files in different directories for this. I have consolidated into a single file.

@mrgrain mrgrain disabled auto-merge February 20, 2025 15:09
@mrgrain mrgrain merged commit 1c32616 into main Feb 20, 2025
20 of 22 checks passed
@mrgrain mrgrain deleted the mrgrain/refactor/move-files-around branch February 20, 2025 15:09
@mrgrain
Copy link
Contributor Author

mrgrain commented Feb 20, 2025

Overriding merge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants