sanex fdd03c15c5 To increase performance and prevent possible runtime errors `transformObjectKeys` option now completely ignores objects with `NewExpression` nodes пре 4 година
..
assignment-expression-and-member-expression.js f36a166174 0.18.1 version пре 7 година
assignment-expression-conditional-expression-identifier-reference.js 856709ab12 `transformObjectKeys` refactoring and bug fixes пре 5 година
assignment-expression-conditional-expression-this-reference.js 3cf94b7152 Fixed invalid behaviour of `transformObjectKeys` option when object values contains `this` references пре 4 година
call-expression-1.js d62bf3d377 To increase performance and prevent possible runtime errors `transformObjectKeys` option now completely ignores objects with `CallExpression` nodes пре 4 година
call-expression-2.js d62bf3d377 To increase performance and prevent possible runtime errors `transformObjectKeys` option now completely ignores objects with `CallExpression` nodes пре 4 година
call-expression-3.js d62bf3d377 To increase performance and prevent possible runtime errors `transformObjectKeys` option now completely ignores objects with `CallExpression` nodes пре 4 година
call-expression-4.js d62bf3d377 To increase performance and prevent possible runtime errors `transformObjectKeys` option now completely ignores objects with `CallExpression` nodes пре 4 година
computed-key-1.js 39870010e8 Fixed https://github.com/javascript-obfuscator/javascript-obfuscator/issues/569 пре 5 година
computed-key-member-expression.js f333b9d425 Added more tests, renamed some interfaces and classes пре 5 година
conditional-expression-identifier-reference.js 856709ab12 `transformObjectKeys` refactoring and bug fixes пре 5 година
conditional-expression-this-reference.js 3cf94b7152 Fixed invalid behaviour of `transformObjectKeys` option when object values contains `this` references пре 4 година
empty-object-expression.js 4b74976cc7 Some refactoring пре 7 година
function-default-value-reference.js 3bc9678f8c Fixed wrong transform object keys behaviour with function default parameters пре 5 година
function-default-values-mangled-name.js e1a24248b2 Fixed wrong lexical scope node for object expression host node пре 5 година
function-default-values.js 3bc9678f8c Fixed wrong transform object keys behaviour with function default parameters пре 5 година
get-set-property-kind.js 9ff565f4e3 Prevent properties with `get` and `set` kinds from extraction with `transformObjectKeys` option. Fixed https://github.com/javascript-obfuscator/javascript-obfuscator/issues/707 пре 5 година
integration-with-control-flow-flattening-1.js b42e6229ee Improved `transformObjectKeys` option to cover more object expressions пре 6 година
integration-with-control-flow-flattening-2.js b42e6229ee Improved `transformObjectKeys` option to cover more object expressions пре 6 година
member-expression-host-1.js 58674071d5 Fixed https://github.com/javascript-obfuscator/javascript-obfuscator/issues/264 пре 7 година
member-expression-host-2.js 58674071d5 Fixed https://github.com/javascript-obfuscator/javascript-obfuscator/issues/264 пре 7 година
nested-objects-1.js fc2cf933d9 More complex object keys transformation + some string literal transformations refactoring пре 5 година
nested-objects-2.js fc2cf933d9 More complex object keys transformation + some string literal transformations refactoring пре 5 година
nested-objects-3.js b42e6229ee Improved `transformObjectKeys` option to cover more object expressions пре 6 година
new-expression-1.js fdd03c15c5 To increase performance and prevent possible runtime errors `transformObjectKeys` option now completely ignores objects with `NewExpression` nodes пре 4 година
new-expression-2.js fdd03c15c5 To increase performance and prevent possible runtime errors `transformObjectKeys` option now completely ignores objects with `NewExpression` nodes пре 4 година
new-expression-3.js fdd03c15c5 To increase performance and prevent possible runtime errors `transformObjectKeys` option now completely ignores objects with `NewExpression` nodes пре 4 година
new-expression-4.js fdd03c15c5 To increase performance and prevent possible runtime errors `transformObjectKeys` option now completely ignores objects with `NewExpression` nodes пре 4 година
numeric-keys.js a3c7bd10c6 Fixed numeric keys removal on extract during object keys transformation пре 6 година
object-expression-as-body-of-arrow-function-expression.js b2aee6cb6c Ignore object expressions as body of arrow function expression when `transformObjectKeys` option is enabled пре 5 година
object-expression-inside-array-expression.js b42e6229ee Improved `transformObjectKeys` option to cover more object expressions пре 6 година
object-expression-inside-call-expression.js b42e6229ee Improved `transformObjectKeys` option to cover more object expressions пре 6 година
object-expression-inside-variable-declaration-1.js 7b231fe308 Added more restrictions for object keys transformations пре 5 година
object-expression-inside-variable-declaration-2.js 7b231fe308 Added more restrictions for object keys transformations пре 5 година
object-expression-inside-variable-declaration-3.js 7b231fe308 Added more restrictions for object keys transformations пре 5 година
object-expression-inside-variable-declaration-4.js 7b231fe308 Added more restrictions for object keys transformations пре 5 година
object-spread-as-first-member.js e8517bf770 Added ignoring of all object members previous to `SpreadElement` when `transformObjectKeys` option is enabled пре 5 година
object-spread-as-last-member.js e8517bf770 Added ignoring of all object members previous to `SpreadElement` when `transformObjectKeys` option is enabled пре 5 година
object-spread-as-middle-member.js e8517bf770 Added ignoring of all object members previous to `SpreadElement` when `transformObjectKeys` option is enabled пре 5 година
placement-inside-catch-clause.js 34a60f3866 Added few tests for object keys transformer пре 8 година
placement-inside-for-in-statement-without-block-statement.js 56e80ae800 More cases with improved `objectExpressionKeys` support пре 6 година
placement-inside-for-in-statement.js 56e80ae800 More cases with improved `objectExpressionKeys` support пре 6 година
placement-inside-for-of-statement-without-block-statement.js 56e80ae800 More cases with improved `objectExpressionKeys` support пре 6 година
placement-inside-for-of-statement.js 56e80ae800 More cases with improved `objectExpressionKeys` support пре 6 година
placement-inside-for-statement-without-block-statement.js 56e80ae800 More cases with improved `objectExpressionKeys` support пре 6 година
placement-inside-for-statement.js 56e80ae800 More cases with improved `objectExpressionKeys` support пре 6 година
placement-inside-if-statement-condition.js 56e80ae800 More cases with improved `objectExpressionKeys` support пре 6 година
placement-inside-if-statement-without-block-statement.js 56e80ae800 More cases with improved `objectExpressionKeys` support пре 6 година
placement-inside-if-statement.js 34a60f3866 Added few tests for object keys transformer пре 8 година
placement-inside-switch-case.js 34a60f3866 Added few tests for object keys transformer пре 8 година
placement-inside-try-statement.js 34a60f3866 Added few tests for object keys transformer пре 8 година
placement-inside-while-statement-condition.js 56e80ae800 More cases with improved `objectExpressionKeys` support пре 6 година
placement-inside-while-statement-without-block-statement.js 56e80ae800 More cases with improved `objectExpressionKeys` support пре 6 година
placement-inside-while-statement.js 56e80ae800 More cases with improved `objectExpressionKeys` support пре 6 година
prevailing-kind-of-variables-const.js 1277acea20 Fixed `TypeError: Assignment to constant variable` when auto-detection of kind of variables is inserted `const` variables for `controlFlowStorage` nodes пре 6 година
prevailing-kind-of-variables-let.js 1277acea20 Fixed `TypeError: Assignment to constant variable` when auto-detection of kind of variables is inserted `const` variables for `controlFlowStorage` nodes пре 6 година
prevailing-kind-of-variables-var.js 1277acea20 Fixed `TypeError: Assignment to constant variable` when auto-detection of kind of variables is inserted `const` variables for `controlFlowStorage` nodes пре 6 година
return-statement-conditional-expression-identifier-reference.js 856709ab12 `transformObjectKeys` refactoring and bug fixes пре 5 година
return-statement-conditional-expression-this-reference.js 3cf94b7152 Fixed invalid behaviour of `transformObjectKeys` option when object values contains `this` references пре 4 година
return-statement-sequence-expression-identifier-reference-1.js 5011d89eee Fixed object expression keys transformation when of sequence expressions, when identifier is referenced on the same expression пре 5 година
return-statement-sequence-expression-identifier-reference-2.js 5011d89eee Fixed object expression keys transformation when of sequence expressions, when identifier is referenced on the same expression пре 5 година
return-statement-sequence-expression-object-expressions.js 87c8c612b8 Fixed wrong object keys transformation of objects inside sequence expressions пре 5 година
return-statement-sequence-expression-this-reference-1.js 3cf94b7152 Fixed invalid behaviour of `transformObjectKeys` option when object values contains `this` references пре 4 година
return-statement-sequence-expression-this-reference-2.js 3cf94b7152 Fixed invalid behaviour of `transformObjectKeys` option when object values contains `this` references пре 4 година
return-statement.js b42e6229ee Improved `transformObjectKeys` option to cover more object expressions пре 6 година
sequence-expression-identifier-reference.js 87c8c612b8 Fixed wrong object keys transformation of objects inside sequence expressions пре 5 година
sequence-expression-object-expressions.js 87c8c612b8 Fixed wrong object keys transformation of objects inside sequence expressions пре 5 година
sequence-expression-super-call-expression.js 4e716ed0d0 Prevented transformation of object keys in sequence expression that has `super` call пре 5 година
sequence-expression-this-reference-after.js 65bc30790d Added more tests for sequence expression and `this` reference пре 4 година
sequence-expression-this-reference.js 3cf94b7152 Fixed invalid behaviour of `transformObjectKeys` option when object values contains `this` references пре 4 година
simple.js 34a60f3866 Added few tests for object keys transformer пре 8 година
template-literal.js 737e1a2d0f Fixed object keys extraction when using with template literals пре 5 година
this-expression-1.js 3cf94b7152 Fixed invalid behaviour of `transformObjectKeys` option when object values contains `this` references пре 4 година
this-expression-2.js 3cf94b7152 Fixed invalid behaviour of `transformObjectKeys` option when object values contains `this` references пре 4 година
this-expression-3.js 3cf94b7152 Fixed invalid behaviour of `transformObjectKeys` option when object values contains `this` references пре 4 година
this-expression-4.js 3cf94b7152 Fixed invalid behaviour of `transformObjectKeys` option when object values contains `this` references пре 4 година
variable-declaration-without-initialization.js 34a60f3866 Added few tests for object keys transformer пре 8 година
variable-declarator-conditional-expression-identifier-reference.js 856709ab12 `transformObjectKeys` refactoring and bug fixes пре 5 година
variable-declarator-identifier-reference.js b454b9e809 Additional fixes of `transformObjectKeys` пре 5 година
variable-declarator-this-reference.js 3cf94b7152 Fixed invalid behaviour of `transformObjectKeys` option when object values contains `this` references пре 4 година
variable-declarator-with-object-call-1.js 76d5ea8c27 Fixed https://github.com/javascript-obfuscator/javascript-obfuscator/issues/271 пре 7 година
variable-declarator-with-object-call-2.js 76d5ea8c27 Fixed https://github.com/javascript-obfuscator/javascript-obfuscator/issues/271 пре 7 година
variable-declarator-with-object-call-3.js 3a1cc4e4f5 Auto detection of prevailing kind of variables пре 6 година
variable-declarator-with-object-call-4.js 3a1cc4e4f5 Auto detection of prevailing kind of variables пре 6 година
variable-declarator-with-object-call-5.js 3a1cc4e4f5 Auto detection of prevailing kind of variables пре 6 година
variable-declarator-with-object-call-6.js 3bc9678f8c Fixed wrong transform object keys behaviour with function default parameters пре 5 година