AshBoundary.Transformers.DeclareBoundary (ash_boundary v0.1.0)

Copy Markdown View Source

Computes the domain's boundary declaration and installs it on the domain module. Runs after AshBoundary.Transformers.ValidateDomain.

Domains are declared top_level?: true. Ash domains do not nest inside one another, so a domain is a sibling of every other boundary in the application regardless of the namespace it sits under.

Summary

Functions

after_compile?()

Callback implementation for Spark.Dsl.Transformer.after_compile?/0.

before?(_)

Callback implementation for Spark.Dsl.Transformer.before?/1.