sanex 3a71c78304 * `stringArrayWrappersType: 'function'` now appends `FunctionDeclaration` functions instead of `FunctionExpression` functions. This allows to append these wrappers at random positions inside each scope 3 years ago
..
control-flow-transformers a13c764fc6 Fixed invalid code generation for start/middle rest arguments when `controlFlowFlattenig` option is enabled 4 years ago
converting-transformers fdd03c15c5 To increase performance and prevent possible runtime errors `transformObjectKeys` option now completely ignores objects with `NewExpression` nodes 3 years ago
dead-code-injection-transformers 899456f553 Dead code injection unwrap stage now runs before string array transformers 3 years ago
finalizing-transformers 85ee48bca7 Fixed DirectivePlacementTransformer test 4 years ago
initializing-transformers ac671daa94 Enabled windows builds (#772) 4 years ago
preparing-transformers 4f9df91320 `stringArray` calls wrappers now inserted as `FunctionDeclaration` nodes at random indexes 4 years ago
rename-identifiers-transformers f32bcf29a8 Changed identifier names cache structure to store multiple identifier caches 4 years ago
rename-properties-transformers eee15456ed Dependencies update. Added tests for property identifier names cache. 4 years ago
simplifying-transformers 1847bcc5ac Fixed `simplify` option regression after `2.10.2` 4 years ago
string-array-transformers 3a71c78304 * `stringArrayWrappersType: 'function'` now appends `FunctionDeclaration` functions instead of `FunctionExpression` functions. This allows to append these wrappers at random positions inside each scope 3 years ago