-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(map): Codegen for Java Target (#58)
* feat(map): add map for javavisitor Signed-off-by: Jonathan Casey <[email protected]> * feat(map): update snapshot Signed-off-by: Jonathan Casey <[email protected]> * feat(map): add test cases Signed-off-by: Jonathan Casey <[email protected]> * remove redundant ternary expression Signed-off-by: Jonathan Casey <[email protected]> * feat(map): get type from ModelFile Signed-off-by: Jonathan Casey <[email protected]> * chore(deps): upgrade concerto Signed-off-by: Jonathan Casey <[email protected]> * fix(csharp):remove semicolon (;) from map property declaration (#60) fix(csharp):remove ; from map property declaration Signed-off-by: [email protected] <[email protected]> Signed-off-by: Jonathan Casey <[email protected]> * chore: fix package version Signed-off-by: Jonathan Casey <[email protected]> * chore(actions): publish v3.16.2 to npm (#61) Signed-off-by: GitHub <[email protected]> Signed-off-by: Jonathan-Casey <[email protected]> Co-authored-by: Jonathan-Casey <[email protected]> Co-authored-by: Jonathan-Casey <[email protected]> Signed-off-by: Jonathan Casey <[email protected]> * feat(map): Codegen for GraphQL Target (#66) * feat(map): add graphqlvisitor Signed-off-by: Jonathan Casey <[email protected]> * test(map): update snapshot Signed-off-by: Jonathan Casey <[email protected]> * test(map): adds graphqlvisitor Signed-off-by: Jonathan Casey <[email protected]> * test(map): restores sandbox Signed-off-by: Jonathan Casey <[email protected]> --------- Signed-off-by: Jonathan Casey <[email protected]> * feat!(codegen): remove loopback src (#59) feat(codegen): remove loopback src Signed-off-by: Jonathan Casey <[email protected]> * chore(deps-dev): bump @babel/traverse from 7.22.11 to 7.23.2 (#67) Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.11 to 7.23.2. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse) --- updated-dependencies: - dependency-name: "@babel/traverse" dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Jonathan Casey <[email protected]> * test(codegen) update HR model to use multiple namespaces (#68) Signed-off-by: Dan Selman <[email protected]> Signed-off-by: Jonathan Casey <[email protected]> * feat(map): update snapshot Signed-off-by: Jonathan Casey <[email protected]> * chore(deps): upgrade concerto Signed-off-by: Jonathan Casey <[email protected]> * chore(deps): upgrade concerto Signed-off-by: Jonathan Casey <[email protected]> * test(*): snapshot update Signed-off-by: Jonathan Casey <[email protected]> * test(*): snapshot update Signed-off-by: Jonathan Casey <[email protected]> * feat(map): write util import Signed-off-by: Jonathan Casey <[email protected]> * test(*): fix regressions Signed-off-by: Jonathan Casey <[email protected]> * test(*): add test coverage for map imports Signed-off-by: Jonathan Casey <[email protected]> * test(*): uses isMap util fun Signed-off-by: Jonathan Casey <[email protected]> --------- Signed-off-by: Jonathan Casey <[email protected]> Signed-off-by: [email protected] <[email protected]> Signed-off-by: GitHub <[email protected]> Signed-off-by: Jonathan-Casey <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Dan Selman <[email protected]> Co-authored-by: Ragi Dayananda <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Jonathan-Casey <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dan Selman <[email protected]>
- Loading branch information
1 parent
26a0b79
commit e3111a0
Showing
4 changed files
with
129 additions
and
15 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
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