Skip to content

Commit 6b4f58a

Browse files
authored
chore(region-info): turn into a cdk-copyed package (#25029)
This package is a piece of `aws-cdk-lib` that is exported separately. Deduplicate the source files by using `cdk-copy`. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 0f5960c commit 6b4f58a

File tree

21 files changed

+29
-3646
lines changed

21 files changed

+29
-3646
lines changed

packages/@aws-cdk/region-info/.eslintrc.js

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 8 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,10 @@
1-
2-
dist
3-
tsconfig.json
4-
.LAST_PACKAGE
5-
.LAST_BUILD
6-
.jsii
7-
*.d.ts
8-
*.js
9-
*.snk
10-
11-
.nyc_output
12-
coverage
13-
nyc.config.js
14-
!.eslintrc.js
1+
# This package is copied from aws-cdk-lib/region-info, ignore everything
2+
# except package.json
3+
*
4+
!package.json
5+
!.npmignore
156
!jest.config.js
7+
!LICENSE
8+
!NOTICE
9+
!CONTRIBUTING.md
1610

17-
junit.xml
18-
!**/*.snapshot/**/asset.*/*.js
19-
!**/*.snapshot/**/asset.*/*.d.ts
20-
21-
!**/*.snapshot/**/asset.*/**

packages/@aws-cdk/region-info/README.md

Lines changed: 0 additions & 92 deletions
This file was deleted.

0 commit comments

Comments
 (0)