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 年之前
..
control-flow-transformers a13c764fc6 Fixed invalid code generation for start/middle rest arguments when `controlFlowFlattenig` option is enabled 4 年之前
converting-transformers fdd03c15c5 To increase performance and prevent possible runtime errors `transformObjectKeys` option now completely ignores objects with `NewExpression` nodes 3 年之前
dead-code-injection-transformers 899456f553 Dead code injection unwrap stage now runs before string array transformers 3 年之前
finalizing-transformers 85ee48bca7 Fixed DirectivePlacementTransformer test 4 年之前
initializing-transformers ac671daa94 Enabled windows builds (#772) 4 年之前
preparing-transformers 4f9df91320 `stringArray` calls wrappers now inserted as `FunctionDeclaration` nodes at random indexes 4 年之前
rename-identifiers-transformers f32bcf29a8 Changed identifier names cache structure to store multiple identifier caches 4 年之前
rename-properties-transformers eee15456ed Dependencies update. Added tests for property identifier names cache. 4 年之前
simplifying-transformers 1847bcc5ac Fixed `simplify` option regression after `2.10.2` 4 年之前
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 年之前