raml-typesystem
Advanced tools
Comparing version 0.0.14 to 0.0.15
@@ -1,2 +0,1 @@ | ||
"use strict"; | ||
var rt = require("./typesystem"); | ||
@@ -110,3 +109,3 @@ var meta = require("./metainfo"); | ||
return Example; | ||
}()); | ||
})(); | ||
function exampleFromNominal(n) { | ||
@@ -113,0 +112,0 @@ var tp = n.getAdapter(rt.InheritedType); |
@@ -1,2 +0,1 @@ | ||
"use strict"; | ||
var ts = require("./typesystem"); | ||
@@ -40,3 +39,3 @@ var ms = require("./metainfo"); | ||
return FacetPrototype; | ||
}()); | ||
})(); | ||
exports.FacetPrototype = FacetPrototype; | ||
@@ -104,3 +103,3 @@ var Registry = (function () { | ||
return Registry; | ||
}()); | ||
})(); | ||
exports.Registry = Registry; | ||
@@ -107,0 +106,0 @@ var instance; |
@@ -1,2 +0,2 @@ | ||
export import nt = require("./nominal-interfaces"); | ||
export import nt = require("./nominal-types"); | ||
export interface IStatus { | ||
@@ -3,0 +3,0 @@ isOk(): boolean; |
@@ -1,2 +0,1 @@ | ||
"use strict"; | ||
var ts = require("./typesystem"); | ||
@@ -10,3 +9,3 @@ var tc = require("./parse"); | ||
var nm = require("./nominals"); | ||
exports.nt = require("./nominal-interfaces"); | ||
exports.nt = require("./nominal-types"); | ||
function loadTypeCollection(data) { | ||
@@ -137,3 +136,3 @@ return tc.parseJSONTypeCollection(data, ts.builtInRegistry()); | ||
return TypeConstructor; | ||
}()); | ||
})(); | ||
exports.TypeConstructor = TypeConstructor; | ||
@@ -140,0 +139,0 @@ function setPropertyConstructor(c) { |
@@ -1,2 +0,1 @@ | ||
"use strict"; | ||
var ts = require("./typesystem"); | ||
@@ -170,4 +169,4 @@ var restr = require("./restrictions"); | ||
return SchemaWriter; | ||
}()); | ||
})(); | ||
exports.SchemaWriter = SchemaWriter; | ||
//# sourceMappingURL=jsonSchemaWriter.js.map |
@@ -1,2 +0,1 @@ | ||
"use strict"; | ||
var __extends = (this && this.__extends) || function (d, b) { | ||
@@ -30,3 +29,3 @@ for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; | ||
return MetaInfo; | ||
}(ts.TypeInformation)); | ||
})(ts.TypeInformation); | ||
exports.MetaInfo = MetaInfo; | ||
@@ -39,3 +38,3 @@ var Description = (function (_super) { | ||
return Description; | ||
}(MetaInfo)); | ||
})(MetaInfo); | ||
exports.Description = Description; | ||
@@ -48,3 +47,3 @@ var NotScalar = (function (_super) { | ||
return NotScalar; | ||
}(MetaInfo)); | ||
})(MetaInfo); | ||
exports.NotScalar = NotScalar; | ||
@@ -57,3 +56,3 @@ var DisplayName = (function (_super) { | ||
return DisplayName; | ||
}(MetaInfo)); | ||
})(MetaInfo); | ||
exports.DisplayName = DisplayName; | ||
@@ -66,3 +65,3 @@ var Usage = (function (_super) { | ||
return Usage; | ||
}(MetaInfo)); | ||
})(MetaInfo); | ||
exports.Usage = Usage; | ||
@@ -92,3 +91,3 @@ var Annotation = (function (_super) { | ||
return Annotation; | ||
}(MetaInfo)); | ||
})(MetaInfo); | ||
exports.Annotation = Annotation; | ||
@@ -110,3 +109,3 @@ var FacetDeclaration = (function (_super) { | ||
return FacetDeclaration; | ||
}(MetaInfo)); | ||
})(MetaInfo); | ||
exports.FacetDeclaration = FacetDeclaration; | ||
@@ -119,3 +118,3 @@ var CustomFacet = (function (_super) { | ||
return CustomFacet; | ||
}(MetaInfo)); | ||
})(MetaInfo); | ||
exports.CustomFacet = CustomFacet; | ||
@@ -163,3 +162,3 @@ function parseExampleIfNeeded(val, type) { | ||
return Example; | ||
}(MetaInfo)); | ||
})(MetaInfo); | ||
exports.Example = Example; | ||
@@ -178,3 +177,3 @@ var Required = (function (_super) { | ||
return Required; | ||
}(MetaInfo)); | ||
})(MetaInfo); | ||
exports.Required = Required; | ||
@@ -190,3 +189,3 @@ var AllowedTargets = (function (_super) { | ||
return AllowedTargets; | ||
}(MetaInfo)); | ||
})(MetaInfo); | ||
exports.AllowedTargets = AllowedTargets; | ||
@@ -234,3 +233,3 @@ var Examples = (function (_super) { | ||
return Examples; | ||
}(MetaInfo)); | ||
})(MetaInfo); | ||
exports.Examples = Examples; | ||
@@ -243,3 +242,3 @@ var XMLInfo = (function (_super) { | ||
return XMLInfo; | ||
}(MetaInfo)); | ||
})(MetaInfo); | ||
exports.XMLInfo = XMLInfo; | ||
@@ -259,3 +258,3 @@ var Default = (function (_super) { | ||
return Default; | ||
}(MetaInfo)); | ||
})(MetaInfo); | ||
exports.Default = Default; | ||
@@ -290,3 +289,3 @@ var Discriminator = (function (_super) { | ||
return Discriminator; | ||
}(ts.TypeInformation)); | ||
})(ts.TypeInformation); | ||
exports.Discriminator = Discriminator; | ||
@@ -324,4 +323,4 @@ var DiscriminatorValue = (function (_super) { | ||
return DiscriminatorValue; | ||
}(ts.TypeInformation)); | ||
})(ts.TypeInformation); | ||
exports.DiscriminatorValue = DiscriminatorValue; | ||
//# sourceMappingURL=metainfo.js.map |
@@ -1,2 +0,1 @@ | ||
"use strict"; | ||
var ValueRequirement = (function () { | ||
@@ -8,4 +7,4 @@ function ValueRequirement(name, value) { | ||
return ValueRequirement; | ||
}()); | ||
})(); | ||
exports.ValueRequirement = ValueRequirement; | ||
//# sourceMappingURL=nominal-interfaces.js.map |
@@ -1,2 +0,1 @@ | ||
"use strict"; | ||
var __extends = (this && this.__extends) || function (d, b) { | ||
@@ -8,3 +7,3 @@ for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; | ||
var ti = require("./nominal-interfaces"); | ||
var _ = require("underscore"); | ||
var _ = require("./utils"); | ||
global["extraInjectors"] = []; | ||
@@ -34,3 +33,3 @@ function registerInjector(i) { | ||
return Adaptable; | ||
}()); | ||
})(); | ||
exports.Adaptable = Adaptable; | ||
@@ -69,3 +68,3 @@ var Described = (function (_super) { | ||
return Described; | ||
}(Adaptable)); | ||
})(Adaptable); | ||
exports.Described = Described; | ||
@@ -89,3 +88,3 @@ var Annotation = (function (_super) { | ||
return Annotation; | ||
}(Described)); | ||
})(Described); | ||
exports.Annotation = Annotation; | ||
@@ -96,3 +95,3 @@ var Empty = (function () { | ||
return Empty; | ||
}()); | ||
})(); | ||
exports.Empty = Empty; | ||
@@ -115,3 +114,3 @@ var EmptyUniverse = (function () { | ||
return EmptyUniverse; | ||
}()); | ||
})(); | ||
var emptyUniverse = new EmptyUniverse(); | ||
@@ -527,3 +526,3 @@ var ebuilder = require("./exampleBuilder"); | ||
return AbstractType; | ||
}(Described)); | ||
})(Described); | ||
exports.AbstractType = AbstractType; | ||
@@ -551,3 +550,3 @@ var ValueType = (function (_super) { | ||
return ValueType; | ||
}(AbstractType)); | ||
})(AbstractType); | ||
exports.ValueType = ValueType; | ||
@@ -595,3 +594,3 @@ var StructuredType = (function (_super) { | ||
return StructuredType; | ||
}(AbstractType)); | ||
})(AbstractType); | ||
exports.StructuredType = StructuredType; | ||
@@ -746,3 +745,3 @@ var Property = (function (_super) { | ||
return Property; | ||
}(Described)); | ||
})(Described); | ||
exports.Property = Property; | ||
@@ -790,3 +789,3 @@ var Union = (function (_super) { | ||
return Union; | ||
}(AbstractType)); | ||
})(AbstractType); | ||
exports.Union = Union; | ||
@@ -823,3 +822,3 @@ var Array = (function (_super) { | ||
return Array; | ||
}(AbstractType)); | ||
})(AbstractType); | ||
exports.Array = Array; | ||
@@ -853,4 +852,4 @@ var ExternalType = (function (_super) { | ||
return ExternalType; | ||
}(StructuredType)); | ||
})(StructuredType); | ||
exports.ExternalType = ExternalType; | ||
//# sourceMappingURL=nominal-types.js.map |
@@ -1,2 +0,1 @@ | ||
"use strict"; | ||
var ts = require("./typesystem"); | ||
@@ -3,0 +2,0 @@ var nt = require("./nominal-types"); |
@@ -1,2 +0,1 @@ | ||
"use strict"; | ||
var __extends = (this && this.__extends) || function (d, b) { | ||
@@ -76,3 +75,3 @@ for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; | ||
return JSObjectNode; | ||
}()); | ||
})(); | ||
function parseJSON(name, n, r) { | ||
@@ -109,3 +108,3 @@ if (r === void 0) { r = ts.builtInRegistry(); } | ||
return PropertyBean; | ||
}()); | ||
})(); | ||
exports.PropertyBean = PropertyBean; | ||
@@ -171,3 +170,3 @@ var TypeCollection = (function () { | ||
return TypeCollection; | ||
}()); | ||
})(); | ||
exports.TypeCollection = TypeCollection; | ||
@@ -221,3 +220,3 @@ var AccumulatingRegistry = (function (_super) { | ||
return AccumulatingRegistry; | ||
}(ts.TypeRegistry)); | ||
})(ts.TypeRegistry); | ||
exports.AccumulatingRegistry = AccumulatingRegistry; | ||
@@ -261,3 +260,3 @@ function parseTypes(n, tr) { | ||
return WrapArrayNode; | ||
}()); | ||
})(); | ||
function transformToArray(n) { | ||
@@ -413,3 +412,3 @@ return new WrapArrayNode(n); | ||
return TypeProto; | ||
}()); | ||
})(); | ||
exports.TypeProto = TypeProto; | ||
@@ -416,0 +415,0 @@ function toProto(type) { |
@@ -1,2 +0,1 @@ | ||
"use strict"; | ||
var __extends = (this && this.__extends) || function (d, b) { | ||
@@ -54,3 +53,3 @@ for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; | ||
return MatchesProperty; | ||
}(ts.Constraint)); | ||
})(ts.Constraint); | ||
exports.MatchesProperty = MatchesProperty; | ||
@@ -108,3 +107,3 @@ var MatchToSchema = (function (_super) { | ||
return MatchToSchema; | ||
}(ts.Constraint)); | ||
})(ts.Constraint); | ||
exports.MatchToSchema = MatchToSchema; | ||
@@ -169,3 +168,3 @@ var KnownPropertyRestriction = (function (_super) { | ||
return KnownPropertyRestriction; | ||
}(ts.Constraint)); | ||
})(ts.Constraint); | ||
exports.KnownPropertyRestriction = KnownPropertyRestriction; | ||
@@ -206,3 +205,3 @@ var HasProperty = (function (_super) { | ||
return HasProperty; | ||
}(ts.Constraint)); | ||
})(ts.Constraint); | ||
exports.HasProperty = HasProperty; | ||
@@ -270,3 +269,3 @@ var PropertyIs = (function (_super) { | ||
return PropertyIs; | ||
}(MatchesProperty)); | ||
})(MatchesProperty); | ||
exports.PropertyIs = PropertyIs; | ||
@@ -362,3 +361,3 @@ var MapPropertyIs = (function (_super) { | ||
return MapPropertyIs; | ||
}(MatchesProperty)); | ||
})(MatchesProperty); | ||
exports.MapPropertyIs = MapPropertyIs; | ||
@@ -442,3 +441,3 @@ var AdditionalPropertyIs = (function (_super) { | ||
return AdditionalPropertyIs; | ||
}(MatchesProperty)); | ||
})(MatchesProperty); | ||
exports.AdditionalPropertyIs = AdditionalPropertyIs; | ||
@@ -461,3 +460,3 @@ var FacetRestriction = (function (_super) { | ||
return FacetRestriction; | ||
}(ts.Constraint)); | ||
})(ts.Constraint); | ||
exports.FacetRestriction = FacetRestriction; | ||
@@ -575,3 +574,3 @@ function is_int(value) { | ||
return MinMaxRestriction; | ||
}(FacetRestriction)); | ||
})(FacetRestriction); | ||
exports.MinMaxRestriction = MinMaxRestriction; | ||
@@ -590,3 +589,3 @@ var Maximum = (function (_super) { | ||
return Maximum; | ||
}(MinMaxRestriction)); | ||
})(MinMaxRestriction); | ||
exports.Maximum = Maximum; | ||
@@ -605,3 +604,3 @@ var Minimum = (function (_super) { | ||
return Minimum; | ||
}(MinMaxRestriction)); | ||
})(MinMaxRestriction); | ||
exports.Minimum = Minimum; | ||
@@ -622,3 +621,3 @@ var MaxItems = (function (_super) { | ||
return MaxItems; | ||
}(MinMaxRestriction)); | ||
})(MinMaxRestriction); | ||
exports.MaxItems = MaxItems; | ||
@@ -639,3 +638,3 @@ var MinItems = (function (_super) { | ||
return MinItems; | ||
}(MinMaxRestriction)); | ||
})(MinMaxRestriction); | ||
exports.MinItems = MinItems; | ||
@@ -657,3 +656,3 @@ var MaxLength = (function (_super) { | ||
return MaxLength; | ||
}(MinMaxRestriction)); | ||
})(MinMaxRestriction); | ||
exports.MaxLength = MaxLength; | ||
@@ -675,3 +674,3 @@ var MinLength = (function (_super) { | ||
return MinLength; | ||
}(MinMaxRestriction)); | ||
})(MinMaxRestriction); | ||
exports.MinLength = MinLength; | ||
@@ -690,3 +689,3 @@ var MaxProperties = (function (_super) { | ||
return MaxProperties; | ||
}(MinMaxRestriction)); | ||
})(MinMaxRestriction); | ||
exports.MaxProperties = MaxProperties; | ||
@@ -705,3 +704,3 @@ var MinProperties = (function (_super) { | ||
return MinProperties; | ||
}(MinMaxRestriction)); | ||
})(MinMaxRestriction); | ||
exports.MinProperties = MinProperties; | ||
@@ -744,3 +743,3 @@ var UniqueItems = (function (_super) { | ||
return UniqueItems; | ||
}(FacetRestriction)); | ||
})(FacetRestriction); | ||
exports.UniqueItems = UniqueItems; | ||
@@ -818,3 +817,3 @@ var ComponentShouldBeOfType = (function (_super) { | ||
return ComponentShouldBeOfType; | ||
}(FacetRestriction)); | ||
})(FacetRestriction); | ||
exports.ComponentShouldBeOfType = ComponentShouldBeOfType; | ||
@@ -869,3 +868,3 @@ var Pattern = (function (_super) { | ||
return Pattern; | ||
}(FacetRestriction)); | ||
})(FacetRestriction); | ||
exports.Pattern = Pattern; | ||
@@ -932,3 +931,3 @@ var Enum = (function (_super) { | ||
return Enum; | ||
}(FacetRestriction)); | ||
})(FacetRestriction); | ||
exports.Enum = Enum; | ||
@@ -935,0 +934,0 @@ function optimize(r) { |
@@ -1,2 +0,1 @@ | ||
"use strict"; | ||
var lru = require("lrucache"); | ||
@@ -8,3 +7,3 @@ var ZSchema = require("z-schema"); | ||
return ValidationResult; | ||
}()); | ||
})(); | ||
exports.ValidationResult = ValidationResult; | ||
@@ -66,3 +65,3 @@ var globalCache = lru(400); | ||
return JSONSchemaObject; | ||
}()); | ||
})(); | ||
exports.JSONSchemaObject = JSONSchemaObject; | ||
@@ -84,3 +83,3 @@ var XMLSchemaObject = (function () { | ||
return XMLSchemaObject; | ||
}()); | ||
})(); | ||
exports.XMLSchemaObject = XMLSchemaObject; | ||
@@ -87,0 +86,0 @@ function getJSONSchema(content) { |
@@ -1,2 +0,1 @@ | ||
"use strict"; | ||
var parser = (function () { | ||
@@ -3,0 +2,0 @@ "use strict"; |
@@ -1,2 +0,1 @@ | ||
"use strict"; | ||
var typeExpression = require("./typeExpressionParser"); | ||
@@ -3,0 +2,0 @@ var ts = require("./typesystem"); |
@@ -1,2 +0,1 @@ | ||
"use strict"; | ||
var __extends = (this && this.__extends) || function (d, b) { | ||
@@ -68,3 +67,3 @@ for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; | ||
return Status; | ||
}()); | ||
})(); | ||
exports.Status = Status; | ||
@@ -90,3 +89,3 @@ exports.OK_STATUS = new Status(Status.OK, Status.OK, ""); | ||
return TypeInformation; | ||
}()); | ||
})(); | ||
exports.TypeInformation = TypeInformation; | ||
@@ -145,3 +144,3 @@ var stack = null; | ||
return Constraint; | ||
}(TypeInformation)); | ||
})(TypeInformation); | ||
exports.Constraint = Constraint; | ||
@@ -189,3 +188,3 @@ var restr = require("./restrictions"); | ||
return TypeRegistry; | ||
}()); | ||
})(); | ||
exports.TypeRegistry = TypeRegistry; | ||
@@ -217,3 +216,3 @@ var RestrictionsConflict = (function (_super) { | ||
return RestrictionsConflict; | ||
}(Status)); | ||
})(Status); | ||
exports.RestrictionsConflict = RestrictionsConflict; | ||
@@ -785,3 +784,3 @@ var globalId = 0; | ||
return AbstractType; | ||
}()); | ||
})(); | ||
exports.AbstractType = AbstractType; | ||
@@ -797,3 +796,3 @@ var Modifier = (function (_super) { | ||
return Modifier; | ||
}(TypeInformation)); | ||
})(TypeInformation); | ||
exports.Modifier = Modifier; | ||
@@ -812,3 +811,3 @@ var Polymorphic = (function (_super) { | ||
return Polymorphic; | ||
}(Modifier)); | ||
})(Modifier); | ||
exports.Polymorphic = Polymorphic; | ||
@@ -827,3 +826,3 @@ var Abstract = (function (_super) { | ||
return Abstract; | ||
}(Modifier)); | ||
})(Modifier); | ||
exports.Abstract = Abstract; | ||
@@ -842,3 +841,3 @@ var Internal = (function (_super) { | ||
return Internal; | ||
}(Modifier)); | ||
})(Modifier); | ||
exports.Internal = Internal; | ||
@@ -857,3 +856,3 @@ var BuiltIn = (function (_super) { | ||
return BuiltIn; | ||
}(Modifier)); | ||
})(Modifier); | ||
var BUILT_IN = new BuiltIn(); | ||
@@ -869,3 +868,3 @@ var RootType = (function (_super) { | ||
return RootType; | ||
}(AbstractType)); | ||
})(AbstractType); | ||
exports.RootType = RootType; | ||
@@ -913,3 +912,3 @@ var InheritedType = (function (_super) { | ||
return InheritedType; | ||
}(AbstractType)); | ||
})(AbstractType); | ||
exports.InheritedType = InheritedType; | ||
@@ -939,3 +938,3 @@ var DerivedType = (function (_super) { | ||
return DerivedType; | ||
}(AbstractType)); | ||
})(AbstractType); | ||
exports.DerivedType = DerivedType; | ||
@@ -979,3 +978,3 @@ var UnionType = (function (_super) { | ||
return UnionType; | ||
}(DerivedType)); | ||
})(DerivedType); | ||
exports.UnionType = UnionType; | ||
@@ -996,3 +995,3 @@ var IntersectionType = (function (_super) { | ||
return IntersectionType; | ||
}(DerivedType)); | ||
})(DerivedType); | ||
exports.IntersectionType = IntersectionType; | ||
@@ -1071,3 +1070,3 @@ var registry = new TypeRegistry(); | ||
return NothingRestriction; | ||
}(Constraint)); | ||
})(Constraint); | ||
exports.NothingRestriction = NothingRestriction; | ||
@@ -1086,3 +1085,3 @@ var RestrictionStackEntry = (function () { | ||
return RestrictionStackEntry; | ||
}()); | ||
})(); | ||
exports.RestrictionStackEntry = RestrictionStackEntry; | ||
@@ -1101,3 +1100,3 @@ var NothingRestrictionWithLocation = (function (_super) { | ||
return NothingRestrictionWithLocation; | ||
}(NothingRestriction)); | ||
})(NothingRestriction); | ||
exports.NothingRestrictionWithLocation = NothingRestrictionWithLocation; | ||
@@ -1143,3 +1142,3 @@ var TypeOfRestriction = (function (_super) { | ||
return TypeOfRestriction; | ||
}(Constraint)); | ||
})(Constraint); | ||
exports.TypeOfRestriction = TypeOfRestriction; | ||
@@ -1175,3 +1174,3 @@ function is_int(value) { | ||
return IntegerRestriction; | ||
}(Constraint)); | ||
})(Constraint); | ||
exports.IntegerRestriction = IntegerRestriction; | ||
@@ -1205,3 +1204,3 @@ var OrRestriction = (function (_super) { | ||
return OrRestriction; | ||
}(Constraint)); | ||
})(Constraint); | ||
exports.OrRestriction = OrRestriction; | ||
@@ -1236,3 +1235,3 @@ var AndRestriction = (function (_super) { | ||
return AndRestriction; | ||
}(Constraint)); | ||
})(Constraint); | ||
exports.AndRestriction = AndRestriction; | ||
@@ -1308,4 +1307,4 @@ exports.ANY = new RootType("any"); | ||
return ExternalType; | ||
}(InheritedType)); | ||
})(InheritedType); | ||
exports.ExternalType = ExternalType; | ||
//# sourceMappingURL=typesystem.js.map |
@@ -1,2 +0,1 @@ | ||
"use strict"; | ||
var xml2js = require("xml2js"); | ||
@@ -3,0 +2,0 @@ var restrictions_1 = require("./restrictions"); |
@@ -1,2 +0,1 @@ | ||
"use strict"; | ||
var chai = require("chai"); | ||
@@ -3,0 +2,0 @@ var ts = require("../src/typesystem"); |
@@ -1,2 +0,1 @@ | ||
"use strict"; | ||
var ps = require("../src/parse"); | ||
@@ -3,0 +2,0 @@ var jsschema = require("../src/jsonSchemaWriter"); |
@@ -1,2 +0,1 @@ | ||
"use strict"; | ||
var ps = require("../src/parse"); | ||
@@ -3,0 +2,0 @@ var ts = require("../src/typesystem"); |
@@ -1,2 +0,1 @@ | ||
"use strict"; | ||
var ps = require("../src/parse"); | ||
@@ -3,0 +2,0 @@ var chai = require("chai"); |
@@ -1,2 +0,1 @@ | ||
"use strict"; | ||
var ps = require("../src/parse"); | ||
@@ -3,0 +2,0 @@ var ts = require("../src/typesystem"); |
{ | ||
"name": "raml-typesystem", | ||
"version": "0.0.14", | ||
"version": "0.0.15", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "main": "dist/src/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
1059892
83
20728