agent-claw: automated task changes
This commit is contained in:
13
cdk/node_modules/@aws-cdk/asset-awscli-v1/rosetta/default.ts-fixture
generated
vendored
Normal file
13
cdk/node_modules/@aws-cdk/asset-awscli-v1/rosetta/default.ts-fixture
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
// Fixture with packages imported, but nothing else
|
||||
import { Construct } from 'constructs';
|
||||
import {
|
||||
Stack,
|
||||
} from 'aws-cdk-lib';
|
||||
|
||||
class Fixture extends Stack {
|
||||
constructor(scope: Construct, id: string) {
|
||||
super(scope, id);
|
||||
|
||||
/// here
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user