java-parser
Advanced tools
Comparing version 1.2.0 to 1.3.1
{ | ||
"name": "java-parser", | ||
"version": "1.2.0", | ||
"version": "1.3.1", | ||
"description": "Java Parser in JavaScript", | ||
@@ -18,3 +18,3 @@ "main": "src/index.js", | ||
}, | ||
"gitHead": "bc0abb320ce3b93e5a351e91656d3b6523287e45" | ||
"gitHead": "f0c2e4073dfecd1f00badfad402a4dde1777bd8c" | ||
} |
@@ -381,3 +381,4 @@ "use strict"; | ||
tokenMatcher(nextTokenType, t.Class) || | ||
tokenMatcher(nextTokenType, t.Enum) | ||
tokenMatcher(nextTokenType, t.Enum) || | ||
tokenMatcher(nextTokenType, t.Record) | ||
) { | ||
@@ -384,0 +385,0 @@ return InterfaceBodyTypes.classDeclaration; |
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
274987
8010