Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
SemWeb
libview
Commits
cf49ed596e75
Commit
e6931806
authored
Apr 01, 2021
by
Nicolas Chauvat
Browse files
feat: change priorityForUrl -> Number to isApplicable -> Bool
parent
40ec14e4b36f
Pipeline
#45896
passed with stages
in 1 minute and 36 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
package-lock.json
View file @
cf49ed59
This source diff could not be displayed because it is too large. You can
view the blob
instead.
package.json
View file @
cf49ed59
{
"name"
:
"@logilab/libview"
,
"version"
:
"1.
0
.0"
,
"version"
:
"1.
1
.0"
,
"description"
:
"Library for view specification and definition for a data browser."
,
"repository"
:
{
"type"
:
"mercurial"
,
...
...
src/index.ts
View file @
cf49ed59
...
...
@@ -7,7 +7,7 @@ export interface SparqlView {
generateUrl
?:
(
originalUrl
:
string
)
=>
string
;
}
)
=>
void
;
priorityForSparql
:
(
uri
:
string
,
endpoint
:
string
)
=>
Promise
<
number
>
;
isApplicable
:
(
uri
:
string
,
endpoint
:
string
)
=>
Promise
<
boolean
>
;
}
export
type
View
=
SparqlView
;
...
...
Nicolas Chauvat
@nchauvat
mentioned in commit
3a3651a61eb9
·
Apr 01, 2021
mentioned in commit
3a3651a61eb9
mentioned in commit fe06a150cb70bcb2d9abe1721a836fcdf261c219
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment