We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 598ffc0 commit fe4a79aCopy full SHA for fe4a79a
src/neo4j-arc/cypher-language-support/index.ts
@@ -26,6 +26,12 @@ export {
26
initalizeCypherSupport,
27
getText
28
} from './cypher-editor/editorSupport'
29
+export {
30
+ parse as parseQueryOrCommand,
31
+ extractStatements,
32
+ createCypherLexer
33
+} from 'cypher-editor-support'
34
+export type { QueryOrCommand, ConsoleCommand } from 'cypher-editor-support'
35
36
export {
37
toFunction,
src/neo4j-arc/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@neo4j-devtools/arc",
3
- "version": "0.0.32",
+ "version": "0.0.33",
4
"main": "dist/neo4j-arc.js",
5
"author": "Neo4j Inc.",
6
"license": "GPL-3.0",
0 commit comments