@neverblink/linkml 0.12.0 → 0.12.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/main.js +9 -9
- package/main.js.map +1 -1
- package/package.json +1 -1
package/main.js
CHANGED
|
@@ -6298,6 +6298,15 @@ $p.a6f = (function(schema, pruningMode, treeRoot) {
|
|
|
6298
6298
|
$p.a7j = (function(schema, inferMessages) {
|
|
6299
6299
|
return $p_Leu_neverblink_linkml_js_LinkMlJsApi$__reportJson__sci_Seq__s_Option__Z__sjs_js_Any(this, new $c_Leu_neverblink_linkml_schemaview_SchemaValidator(schema.tX).a0o(), $m_s_None$(), inferMessages);
|
|
6300
6300
|
});
|
|
6301
|
+
Object.defineProperty($p, "lint$default$2", ({
|
|
6302
|
+
"get": (function() {
|
|
6303
|
+
return true;
|
|
6304
|
+
}),
|
|
6305
|
+
"configurable": true
|
|
6306
|
+
}));
|
|
6307
|
+
$p.graphQl = (function(arg, ...rest) {
|
|
6308
|
+
return this.a6f(arg, ((rest[0] === (void 0)) ? "treeRoot" : rest[0]), ((rest[1] === (void 0)) ? (void 0) : rest[1]));
|
|
6309
|
+
});
|
|
6301
6310
|
Object.defineProperty($p, "rdfs$default$2", ({
|
|
6302
6311
|
"get": (function() {
|
|
6303
6312
|
return false;
|
|
@@ -6313,12 +6322,6 @@ Object.defineProperty($p, "shacl$default$3", ({
|
|
|
6313
6322
|
$p.linkml = (function(arg, ...rest) {
|
|
6314
6323
|
return this.a7i(arg, ((rest[0] === (void 0)) ? "treeRoot" : rest[0]), ((rest[1] !== (void 0)) && (!(!rest[1]))), ((rest[2] === (void 0)) ? (void 0) : rest[2]), ((rest[3] === (void 0)) ? "yaml" : rest[3]));
|
|
6315
6324
|
});
|
|
6316
|
-
Object.defineProperty($p, "lint$default$2", ({
|
|
6317
|
-
"get": (function() {
|
|
6318
|
-
return true;
|
|
6319
|
-
}),
|
|
6320
|
-
"configurable": true
|
|
6321
|
-
}));
|
|
6322
6325
|
Object.defineProperty($p, "graphQl$default$2", ({
|
|
6323
6326
|
"get": (function() {
|
|
6324
6327
|
return "treeRoot";
|
|
@@ -6394,9 +6397,6 @@ Object.defineProperty($p, "jsonSchema$default$3", ({
|
|
|
6394
6397
|
}),
|
|
6395
6398
|
"configurable": true
|
|
6396
6399
|
}));
|
|
6397
|
-
$p.graphQl = (function(arg, ...rest) {
|
|
6398
|
-
return this.a6f(arg, ((rest[0] === (void 0)) ? "treeRoot" : rest[0]), ((rest[1] === (void 0)) ? (void 0) : rest[1]));
|
|
6399
|
-
});
|
|
6400
6400
|
Object.defineProperty($p, "graphQl$default$3", ({
|
|
6401
6401
|
"get": (function() {
|
|
6402
6402
|
return (void 0);
|