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
rqljs
Commits
6696b9ed495e
Commit
eab9f71b
authored
Oct 09, 2020
by
Nicola Spanti
Browse files
Expose a rql function for use with rql template literals
Closes
#10
parent
1277c1cdee7c
Pipeline
#16944
passed with stages
in 1 minute and 56 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
packages/parser/src/index.ts
View file @
6696b9ed
...
@@ -8,3 +8,4 @@ export {
...
@@ -8,3 +8,4 @@ export {
TripletRestriction
,
TripletRestriction
,
Identifier
,
Identifier
,
}
from
"
./Node
"
;
}
from
"
./Node
"
;
export
{
rql
}
from
"
./rql
"
;
packages/parser/src/rql.ts
0 → 100644
View file @
6696b9ed
export
function
rql
(
rqlQueryString
:
string
):
string
{
return
rqlQueryString
;
}
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