-
Notifications
You must be signed in to change notification settings - Fork 825
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat(amplify-codegen): codegen decoupling * feat(amplify-codegen): codegen decoupling * fix(amplify-codegen): pull frontend from gqlconfig * fix(amplify-codegen): check gqlconfig for frontend * fix(amplify-codegen): merge conflict * fix: fix * fix(amplify-codegen): fix configure * refactor(amplify-codegen): comment changes * test(amplify-codegen): tests compatible with new params in functions * fix(amplify-codegen): project declaration * fix(amplify-codegen): lgtm fixes * fix(amplify-codegen): lint-fix * refactor(amplify-codegen): requested changes made frontend and framework optional parameters, moved codegen command logic to generateStatementsAndType.js * fix(amplify-codegen): lint-fix
- Loading branch information
1 parent
c557182
commit 47a0f67
Showing
19 changed files
with
325 additions
and
101 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,4 +21,4 @@ module.exports = { | |
context.print.error(ex.message); | ||
} | ||
}, | ||
}; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.