conform v2.5.2 Conform.Utils.Code

This module provides handy utilities for low-level manipulation of Elixir’s AST. Currently, it’s primary purpose is for stringification of schemas for printing or writing to disk.

Summary

Functions

Takes a schema in quoted form and produces a string representation of that schema for printing or writing to disk

Functions

stringify(schema)

Takes a schema in quoted form and produces a string representation of that schema for printing or writing to disk.