ast-types
Advanced tools
Comparing version 0.14.0 to 0.14.1
@@ -124,5 +124,2 @@ "use strict";; | ||
.field("internalSlots", [def("ObjectTypeInternalSlot")], defaults.emptyArray); | ||
def("ObjectTypeIndexer") | ||
.field("id", or(def("Identifier"), null)) | ||
.field("static", Boolean); | ||
def("Variance") | ||
@@ -146,3 +143,4 @@ .bases("Node") | ||
.field("value", def("FlowType")) | ||
.field("variance", LegacyVariance, defaults["null"]); | ||
.field("variance", LegacyVariance, defaults["null"]) | ||
.field("static", Boolean, defaults["false"]); | ||
def("ObjectTypeCallProperty") | ||
@@ -149,0 +147,0 @@ .bases("Node") |
{ | ||
"author": "Ben Newman <bn@cs.stanford.edu>", | ||
"name": "ast-types", | ||
"version": "0.14.0", | ||
"version": "0.14.1", | ||
"description": "Esprima-compatible implementation of the Mozilla JS Parser API", | ||
@@ -43,3 +43,3 @@ "keywords": [ | ||
"devDependencies": { | ||
"@babel/parser": "7.7.7", | ||
"@babel/parser": "7.11.4", | ||
"@babel/types": "7.4.4", | ||
@@ -56,3 +56,3 @@ "@types/esprima": "4.0.2", | ||
"mocha": "^8.1.1", | ||
"recast": "0.20.0", | ||
"recast": "0.20.1", | ||
"reify": "0.20.12", | ||
@@ -59,0 +59,0 @@ "ts-add-module-exports": "1.0.0", |
Sorry, the diff of this file is too big to display
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
483713
10038