-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to comunica/comunica#67831ba79e45ea1ced41fe3f83c5d6e8802dbeaa.
- Loading branch information
1 parent
bc488d3
commit 26e49d0
Showing
12 changed files
with
56 additions
and
8 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,18 @@ | |
|
||
/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */ | ||
|
||
/** | ||
* @preserve | ||
* JS Implementation of incremental MurmurHash3 (r150) (as of May 10, 2013) | ||
* | ||
* @author <a href="mailto:[email protected]">Jens Taylor</a> | ||
* @see http://github.com/homebrewing/brauhaus-diff | ||
* @author <a href="mailto:[email protected]">Gary Court</a> | ||
* @see http://github.com/garycourt/murmurhash-js | ||
* @author <a href="mailto:[email protected]">Austin Appleby</a> | ||
* @see http://sites.google.com/site/murmurhash/ | ||
*/ | ||
|
||
/** | ||
* Character class utilities for XML NS 1.0 edition 3. | ||
* | ||
|
2 changes: 1 addition & 1 deletion
2
versions/latest/engines/query-sparql-file/comunica-browser.js.map
Large diffs are not rendered by default.
Oops, something went wrong.
3 changes: 2 additions & 1 deletion
3
versions/latest/engines/query-sparql-rdfjs-lite/comunica-browser.js
Large diffs are not rendered by default.
Oops, something went wrong.
11 changes: 11 additions & 0 deletions
11
versions/latest/engines/query-sparql-rdfjs-lite/comunica-browser.js.LICENSE.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
/** | ||
* @preserve | ||
* JS Implementation of incremental MurmurHash3 (r150) (as of May 10, 2013) | ||
* | ||
* @author <a href="mailto:[email protected]">Jens Taylor</a> | ||
* @see http://github.com/homebrewing/brauhaus-diff | ||
* @author <a href="mailto:[email protected]">Gary Court</a> | ||
* @see http://github.com/garycourt/murmurhash-js | ||
* @author <a href="mailto:[email protected]">Austin Appleby</a> | ||
* @see http://sites.google.com/site/murmurhash/ | ||
*/ |
2 changes: 1 addition & 1 deletion
2
versions/latest/engines/query-sparql-rdfjs-lite/comunica-browser.js.map
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,18 @@ | |
|
||
/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */ | ||
|
||
/** | ||
* @preserve | ||
* JS Implementation of incremental MurmurHash3 (r150) (as of May 10, 2013) | ||
* | ||
* @author <a href="mailto:[email protected]">Jens Taylor</a> | ||
* @see http://github.com/homebrewing/brauhaus-diff | ||
* @author <a href="mailto:[email protected]">Gary Court</a> | ||
* @see http://github.com/garycourt/murmurhash-js | ||
* @author <a href="mailto:[email protected]">Austin Appleby</a> | ||
* @see http://sites.google.com/site/murmurhash/ | ||
*/ | ||
|
||
/** | ||
* Character class utilities for XML NS 1.0 edition 3. | ||
* | ||
|
2 changes: 1 addition & 1 deletion
2
versions/latest/engines/query-sparql-rdfjs/comunica-browser.js.map
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,18 @@ | |
|
||
/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */ | ||
|
||
/** | ||
* @preserve | ||
* JS Implementation of incremental MurmurHash3 (r150) (as of May 10, 2013) | ||
* | ||
* @author <a href="mailto:[email protected]">Jens Taylor</a> | ||
* @see http://github.com/homebrewing/brauhaus-diff | ||
* @author <a href="mailto:[email protected]">Gary Court</a> | ||
* @see http://github.com/garycourt/murmurhash-js | ||
* @author <a href="mailto:[email protected]">Austin Appleby</a> | ||
* @see http://sites.google.com/site/murmurhash/ | ||
*/ | ||
|
||
/** | ||
* Character class utilities for XML NS 1.0 edition 3. | ||
* | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.