- inlining(options?): void
Parameters
- options: {
inliner: {};
normalizeToSubset: {
simplifyLoops: {
forToWhile: boolean;
};
};
} = ...inliner: {}
normalizeToSubset: {
simplifyLoops: {
forToWhile: boolean;
};
}
simplifyLoops: {
forToWhile: boolean;
}
Returns void
Object with options. See default value for supported options