ast-types
Advanced tools
Comparing version 0.16.0 to 0.16.1
@@ -184,3 +184,3 @@ "use strict"; | ||
def("Expression"))) | ||
.field("value", def("Expression")); | ||
.field("value", or(def("Expression"), null), defaults["null"]); | ||
["ClassMethod", | ||
@@ -205,3 +205,5 @@ "ClassPrivateMethod", | ||
.field("decorators", or([def("Decorator")], null), defaults["null"]) | ||
.field("definite", Boolean, defaults["false"]) | ||
.field("optional", Boolean, defaults["false"]) | ||
.field("override", Boolean, defaults["false"]) | ||
.field("readonly", Boolean, defaults["false"]); | ||
@@ -208,0 +210,0 @@ }); |
{ | ||
"author": "Ben Newman <bn@cs.stanford.edu>", | ||
"name": "ast-types", | ||
"version": "0.16.0", | ||
"version": "0.16.1", | ||
"description": "Esprima-compatible implementation of the Mozilla JS Parser API", | ||
@@ -56,3 +56,3 @@ "keywords": [ | ||
"esprima-fb": "15001.1001.0-dev-harmony-fb", | ||
"flow-parser": "0.195.0", | ||
"flow-parser": "0.195.2", | ||
"glob": "8.0.3", | ||
@@ -59,0 +59,0 @@ "mocha": "^9.1.3", |
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 too big to display
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
673481
10632
0