Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

SHACL validation support #68

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions js/browserify.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
browserify -s yaml yaml.js > js-support-bundle.js
1 change: 1 addition & 0 deletions js/externs.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ JS_REST.location = function () { };
var JS_AST = function () { };

var AMF_LOADING_EVENT = function () { };
var SHACL = function () { _ };
Loading