sanex 9ff565f4e3 Prevent properties with `get` and `set` kinds from extraction with `transformObjectKeys` option. Fixed https://github.com/javascript-obfuscator/javascript-obfuscator/issues/707 4 年之前
..
assignment-expression-and-member-expression.js f36a166174 0.18.1 version 6 年之前
assignment-expression-conditional-expression-identifier-reference.js 856709ab12 `transformObjectKeys` refactoring and bug fixes 5 年之前
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 年之前
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 4 年之前
integration-with-control-flow-flattening-1.js b42e6229ee Improved `transformObjectKeys` option to cover more object expressions 5 年之前
integration-with-control-flow-flattening-2.js b42e6229ee Improved `transformObjectKeys` option to cover more object expressions 5 年之前
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 5 年之前
numeric-keys.js a3c7bd10c6 Fixed numeric keys removal on extract during object keys transformation 5 年之前
object-expression-inside-array-expression.js b42e6229ee Improved `transformObjectKeys` option to cover more object expressions 5 年之前
object-expression-inside-call-expression.js b42e6229ee Improved `transformObjectKeys` option to cover more object expressions 5 年之前
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 年之前
placement-inside-catch-clause.js 34a60f3866 Added few tests for object keys transformer 7 年之前
placement-inside-for-in-statement-without-block-statement.js 56e80ae800 More cases with improved `objectExpressionKeys` support 5 年之前
placement-inside-for-in-statement.js 56e80ae800 More cases with improved `objectExpressionKeys` support 5 年之前
placement-inside-for-of-statement-without-block-statement.js 56e80ae800 More cases with improved `objectExpressionKeys` support 5 年之前
placement-inside-for-of-statement.js 56e80ae800 More cases with improved `objectExpressionKeys` support 5 年之前
placement-inside-for-statement-without-block-statement.js 56e80ae800 More cases with improved `objectExpressionKeys` support 5 年之前
placement-inside-for-statement.js 56e80ae800 More cases with improved `objectExpressionKeys` support 5 年之前
placement-inside-if-statement-condition.js 56e80ae800 More cases with improved `objectExpressionKeys` support 5 年之前
placement-inside-if-statement-without-block-statement.js 56e80ae800 More cases with improved `objectExpressionKeys` support 5 年之前
placement-inside-if-statement.js 34a60f3866 Added few tests for object keys transformer 7 年之前
placement-inside-switch-case.js 34a60f3866 Added few tests for object keys transformer 7 年之前
placement-inside-try-statement.js 34a60f3866 Added few tests for object keys transformer 7 年之前
placement-inside-while-statement-condition.js 56e80ae800 More cases with improved `objectExpressionKeys` support 5 年之前
placement-inside-while-statement-without-block-statement.js 56e80ae800 More cases with improved `objectExpressionKeys` support 5 年之前
placement-inside-while-statement.js 56e80ae800 More cases with improved `objectExpressionKeys` support 5 年之前
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 5 年之前
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 5 年之前
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 5 年之前
return-statement-conditional-expression-identifier-reference.js 856709ab12 `transformObjectKeys` refactoring and bug fixes 5 年之前
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.js b42e6229ee Improved `transformObjectKeys` option to cover more object expressions 5 年之前
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 年之前
simple.js 34a60f3866 Added few tests for object keys transformer 7 年之前
template-literal.js 737e1a2d0f Fixed object keys extraction when using with template literals 5 年之前
variable-declaration-without-initialization.js 34a60f3866 Added few tests for object keys transformer 7 年之前
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-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 5 年之前
variable-declarator-with-object-call-4.js 3a1cc4e4f5 Auto detection of prevailing kind of variables 5 年之前
variable-declarator-with-object-call-5.js 3a1cc4e4f5 Auto detection of prevailing kind of variables 5 年之前
variable-declarator-with-object-call-6.js 3bc9678f8c Fixed wrong transform object keys behaviour with function default parameters 5 年之前