Interface: OptimisationOptions
compiler.OptimisationOptions
The options available for an optimisation run in optimise.
Since
0.8.0
Table of contents
Properties
Properties
optimiseBuiltIns
• Optional
optimiseBuiltIns: boolean
If set to true, the built-in functions of the compiled code will be optimised using tree-shaking reducing the size of the output.
Since
0.8.0
Defined in
kipper/core/src/compiler/optimiser/optimiser.ts:30
optimiseInternals
• Optional
optimiseInternals: boolean
If set to true, the internal functions of the compiled code will be optimised using tree-shaking reducing the size of the output.
Since
0.8.0
Defined in
kipper/core/src/compiler/optimiser/optimiser.ts:24