Patch.Mock.Code.Transform (patch v0.6.0) View Source
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 renamed