Skip to content

Commit

Permalink
fix: move smithy-client back to packages (#4997)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuhe authored Jul 21, 2023
1 parent bb6160b commit 1d7a7c9
Show file tree
Hide file tree
Showing 13 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,11 @@ final class DefaultsModeConfigGenerator {
private DefaultsModeConfigGenerator() {}

public static void main(String[] args) throws IOException {
// file has been moved to smithy-typescript. Temporarily disabled.
// file has been moved to smithy-typescript
if (true) {
return;
}

Path outputPath = Paths.get(args[0]);
TypeScriptWriter writer = new TypeScriptWriter(outputPath.toString());
String defaultsConfigJson = IoUtils.readUtf8Resource(DefaultsModeConfigGenerator.class,
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

Moved to [smithy-typescript](https://github.com/awslabs/smithy-typescript/tree/main/packages).

----
---
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion packages/smithy-client/src/.gitkeep

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 1d7a7c9

Please sign in to comment.