-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Closes #39 by adding fully qualified names in the generated Elm code when referencing definitions from other modules. * Adds 'module' to schema definitions, * passes the schema definition context - instead of the type dictionary - to each printer function, * uses fully qualified names when referencing types, encoders and decoders from other modules in the generated Elm code, * removes the explicit import of types, decoders and encoders from other modules in the generated Elm code. Now just import the module and nothing else, * adds support for the 'title' property in the schema root object, * removes some code redundancy, and * updates readme with new elm output.
- Loading branch information
1 parent
bbbd5a2
commit 28a7c55
Showing
32 changed files
with
822 additions
and
759 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
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.