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

Commit 5a206d2

Browse files
Fixing infrastructure for web version of the lib with SHACL support
1 parent ee34130 commit 5a206d2

File tree

7 files changed

+37007
-326
lines changed

7 files changed

+37007
-326
lines changed

js/browserify.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
browserify -s yaml yaml.js > js-support-bundle.js

js/externs.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ JS_REST.location = function () { };
1111
var JS_AST = function () { };
1212

1313
var AMF_LOADING_EVENT = function () { };
14+
var SHACL = function () { _ };

0 commit comments

Comments
 (0)