Skip to content

Commit fe4a79a

Browse files
Export parse functions from cypher editor support library in arc (#1823)
* Add more imports * bump arc * rename
1 parent 598ffc0 commit fe4a79a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

src/neo4j-arc/cypher-language-support/index.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ export {
2626
initalizeCypherSupport,
2727
getText
2828
} 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'
2935

3036
export {
3137
toFunction,

src/neo4j-arc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@neo4j-devtools/arc",
3-
"version": "0.0.32",
3+
"version": "0.0.33",
44
"main": "dist/neo4j-arc.js",
55
"author": "Neo4j Inc.",
66
"license": "GPL-3.0",

0 commit comments

Comments
 (0)