Comparing version 0.2.0 to 0.3.0
@@ -39,2 +39,6 @@ 'use strict'; | ||
var _BindExpression = require('./types/BindExpression'); | ||
var _BindExpression2 = _interopRequireDefault(_BindExpression); | ||
var _BlockStatement = require('./types/BlockStatement'); | ||
@@ -376,2 +380,3 @@ | ||
BinaryExpression: _BinaryExpression2.default, | ||
BindExpression: _BindExpression2.default, | ||
BlockStatement: _BlockStatement2.default, | ||
@@ -378,0 +383,0 @@ BooleanLiteral: _BooleanLiteral2.default, |
@@ -14,2 +14,3 @@ 'use strict'; | ||
BinaryExpression: ['left', 'right'], | ||
BindExpression: ['object', 'callee'], | ||
BlockStatement: ['body', 'directives'], | ||
@@ -16,0 +17,0 @@ BooleanLiteral: [], |
{ | ||
"name": "cst", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"description": "JavaScript CST Implementation", | ||
@@ -54,3 +54,6 @@ "author": "Marat Dulin", | ||
"source-map-support": "^0.4.0" | ||
} | ||
}, | ||
"files": [ | ||
"lib" | ||
] | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
698531
8357
237