Namespace Loretta.CodeAnalysis.Lua.Experimental.Minifying
Classes
MinifyingUtils
A class with helper methods for minifying.
NamingStrategies
The default naming strategies.
SequentialSlotAllocator
A sequential slot allocator. Never returns previously used slots and is the fastest one.
SortedSlotAllocator
The sorted slot allocator. Will always use the lowest free slot.
Interfaces
ISlotAllocator
The slot allocator to use for renaming.
Delegates
NamingStrategy
The naming strategy to use to convert a slot into a variable name. Uses the provided scope to check if the variable name is not being used already.