java-parser
Advanced tools
Comparing version 2.0.1 to 2.0.2
{ | ||
"name": "java-parser", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Java Parser in JavaScript", | ||
@@ -18,3 +18,3 @@ "main": "src/index.js", | ||
}, | ||
"gitHead": "a0d5b167e79bc167f3b83c2abed81bad2f5245ac" | ||
"gitHead": "2e731c6dcec31dc9e58ec1721eef821f7fc031ee" | ||
} |
@@ -369,7 +369,9 @@ "use strict"; | ||
{ ALT: () => $.CONSUME(t.Private) }, | ||
{ ALT: () => $.CONSUME(t.Abstract) }, | ||
{ ALT: () => $.CONSUME(t.Static) }, | ||
{ ALT: () => $.CONSUME(t.Sealed) }, | ||
{ ALT: () => $.CONSUME(t.NonSealed) }, | ||
{ ALT: () => $.CONSUME(t.Strictfp) }, | ||
{ ALT: () => $.CONSUME(t.Final) }, | ||
{ ALT: () => $.CONSUME(t.Abstract) }, | ||
{ ALT: () => $.CONSUME(t.Default) }, | ||
{ ALT: () => $.CONSUME(t.Strictfp) } | ||
{ ALT: () => $.CONSUME(t.Default) } | ||
]); | ||
@@ -376,0 +378,0 @@ } |
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
279086
8143