shift-codegen
Advanced tools
Comparing version 7.0.2 to 7.0.3
@@ -374,2 +374,3 @@ 'use strict'; | ||
startsWithCurly: callee.startsWithCurly, | ||
startsWithLet: callee.startsWithLet, | ||
startsWithLetSquareBracket: callee.startsWithLetSquareBracket, | ||
@@ -977,2 +978,3 @@ startsWithFunctionOrClass: callee.startsWithFunctionOrClass | ||
state.startsWithCurly = tag.startsWithCurly; | ||
state.startsWithLet = tag.startsWithLet; | ||
state.startsWithLetSquareBracket = tag.startsWithLetSquareBracket; | ||
@@ -979,0 +981,0 @@ state.startsWithFunctionOrClass = tag.startsWithFunctionOrClass; |
{ | ||
"name": "shift-codegen", | ||
"version": "7.0.2", | ||
"version": "7.0.3", | ||
"description": "code generator for Shift format ASTs", | ||
@@ -5,0 +5,0 @@ "author": "Shape Security", |
Sorry, the diff of this file is too big to display
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
184838
3389