Skip to content

Commit

Permalink
revert commit
Browse files Browse the repository at this point in the history
Signed-off-by: Sumu <sumughan@amazon.com>
  • Loading branch information
sumupitchayan committed Dec 23, 2024
1 parent de17b5b commit d296c8e
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 401 deletions.
5 changes: 4 additions & 1 deletion packages/aws-cdk-lib/core/test/aspect.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -316,8 +316,11 @@ describe('aspect', () => {
])('Error is not thrown if Aspects.applied does not exist (stabilization: $stabilization)', ({ stabilization }) => {
const app = new App({ context: { '@aws-cdk/core:aspectStabilization': stabilization } });
const root = new Stack(app, 'My-Stack');
const child = new Bucket(root, 'my-bucket', {
bucketName: 'my-bucket',
});

Aspects.of(root).add(new Tag('AspectA', 'Visited'));
Aspects.of(root).add(new Tag('AspectA', 'Visited'), { priority: 10 });

// "Monkey patching" - Override `applied` to simulate its absence
Object.defineProperty(Aspects.prototype, 'applied', {
Expand Down
2 changes: 0 additions & 2 deletions tools/@aws-cdk/yargs-gen/lib/index.d.ts

This file was deleted.

19 changes: 0 additions & 19 deletions tools/@aws-cdk/yargs-gen/lib/index.js

This file was deleted.

9 changes: 0 additions & 9 deletions tools/@aws-cdk/yargs-gen/lib/yargs-gen.d.ts

This file was deleted.

165 changes: 0 additions & 165 deletions tools/@aws-cdk/yargs-gen/lib/yargs-gen.js

This file was deleted.

56 changes: 0 additions & 56 deletions tools/@aws-cdk/yargs-gen/lib/yargs-types.d.ts

This file was deleted.

3 changes: 0 additions & 3 deletions tools/@aws-cdk/yargs-gen/lib/yargs-types.js

This file was deleted.

1 change: 0 additions & 1 deletion tools/@aws-cdk/yargs-gen/test/cli.test.d.ts

This file was deleted.

Loading

0 comments on commit d296c8e

Please sign in to comment.