View Source Patch.Mock.Code.Transform (patch v0.14.0)
This module provides the ability to transform abstract forms.
This module delegates transformation to purpose specific Transforms modules, see those modules for additional details on how specific transformations work.
Patch.Mock.Code.Transforms.Clean
for how a module is prepared for generation.Patch.Mock.Code.Transforms.Export
for how exports are rewrittenPatch.Mock.Code.Transforms.Filter
for how functions are filteredPatch.Mock.Code.Transforms.Remote
for how local calls are made remotePatch.Mock.Code.Transforms.Rename
for how a module is renamedPatch.Mock.Code.Transforms.Reroute
for how remote calls are rerouted