Interface AsukaAssemblyMutationOptions

interface AsukaAssemblyMutationOptions {
    commitHistory?: boolean;
    emitChange?: boolean;
    source?: string;
}

Properties

commitHistory?: boolean
emitChange?: boolean
source?: string