javascript-obfuscator
Advanced tools
Comparing version
Change Log | ||
v3.2.5 | ||
--- | ||
* Fixed https://github.com/javascript-obfuscator/javascript-obfuscator/issues/1056 | ||
v3.2.4 | ||
@@ -4,0 +8,0 @@ --- |
{ | ||
"name": "javascript-obfuscator", | ||
"version": "3.2.4", | ||
"version": "3.2.5", | ||
"description": "JavaScript obfuscator", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -43,2 +43,3 @@ export declare enum NodeType { | ||
ObjectPattern = "ObjectPattern", | ||
PrivateIdentifier = "PrivateIdentifier", | ||
Program = "Program", | ||
@@ -45,0 +46,0 @@ Property = "Property", |
@@ -61,2 +61,3 @@ import * as ESTree from 'estree'; | ||
static isObjectExpressionNode(node: ESTree.Node): node is ESTree.ObjectExpression; | ||
static isPrivateIdentifierNode(node: ESTree.Node): node is ESTree.PrivateIdentifier; | ||
static isProgramNode(node: ESTree.Node): node is ESTree.Program; | ||
@@ -63,0 +64,0 @@ static isPropertyNode(node: ESTree.Node): node is ESTree.Property; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
10104751
0.02%13864
0.02%