@neverblink/linkml 0.12.0 → 0.12.2
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 +12 -12
- package/main.js.map +1 -1
- package/package.json +1 -1
package/main.js
CHANGED
|
@@ -6298,6 +6298,12 @@ $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
|
+
}));
|
|
6301
6307
|
Object.defineProperty($p, "rdfs$default$2", ({
|
|
6302
6308
|
"get": (function() {
|
|
6303
6309
|
return false;
|
|
@@ -6313,18 +6319,6 @@ Object.defineProperty($p, "shacl$default$3", ({
|
|
|
6313
6319
|
$p.linkml = (function(arg, ...rest) {
|
|
6314
6320
|
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
6321
|
});
|
|
6316
|
-
Object.defineProperty($p, "lint$default$2", ({
|
|
6317
|
-
"get": (function() {
|
|
6318
|
-
return true;
|
|
6319
|
-
}),
|
|
6320
|
-
"configurable": true
|
|
6321
|
-
}));
|
|
6322
|
-
Object.defineProperty($p, "graphQl$default$2", ({
|
|
6323
|
-
"get": (function() {
|
|
6324
|
-
return "treeRoot";
|
|
6325
|
-
}),
|
|
6326
|
-
"configurable": true
|
|
6327
|
-
}));
|
|
6328
6322
|
Object.defineProperty($p, "linkml$default$5", ({
|
|
6329
6323
|
"get": (function() {
|
|
6330
6324
|
return "yaml";
|
|
@@ -6337,6 +6331,12 @@ Object.defineProperty($p, "shacl$default$2", ({
|
|
|
6337
6331
|
}),
|
|
6338
6332
|
"configurable": true
|
|
6339
6333
|
}));
|
|
6334
|
+
Object.defineProperty($p, "graphQl$default$2", ({
|
|
6335
|
+
"get": (function() {
|
|
6336
|
+
return "treeRoot";
|
|
6337
|
+
}),
|
|
6338
|
+
"configurable": true
|
|
6339
|
+
}));
|
|
6340
6340
|
Object.defineProperty($p, "linkml$default$4", ({
|
|
6341
6341
|
"get": (function() {
|
|
6342
6342
|
return (void 0);
|