Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/add code gen disclaimer #39

Merged
merged 2 commits into from
Dec 7, 2019
Merged

Commits on Nov 7, 2019

  1. fix(schema/gen): return value not reference

    Map/List should return an actual node type, not a pointer to a node. Otherwise, breaks when nested
    in other map/list type
    hannahhoward committed Nov 7, 2019
    Configuration menu
    Copy the full SHA
    02b9c8d View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2019

  1. fix(schema/gen): add code gen disclaimer

    Add a disclaimer to the header for generated code to prevent linters from complaining
    hannahhoward committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    28a82f0 View commit details
    Browse the repository at this point in the history