Skip to content

Commit df572fa

Browse files
authored
Merge pull request #713 from streamich/json-expression
Move json-expression library externally
2 parents 7c22e1d + 3d62c55 commit df572fa

40 files changed

+21
-6466
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@
115115
},
116116
"peerDependencies": {
117117
"@jsonjoy.com/base64": "^1.1.2",
118+
"@jsonjoy.com/json-expression": "^1.0.0",
118119
"@jsonjoy.com/json-pack": "^1.0.4",
119120
"@jsonjoy.com/json-pointer": "^1.0.0",
120121
"@jsonjoy.com/util": "^1.3.0",
@@ -135,6 +136,7 @@
135136
},
136137
"devDependencies": {
137138
"@jsonjoy.com/base64": "^1.1.2",
139+
"@jsonjoy.com/json-expression": "^1.0.0",
138140
"@jsonjoy.com/json-pack": "^1.0.4",
139141
"@jsonjoy.com/json-pointer": "^1.0.0",
140142
"@jsonjoy.com/util": "^1.3.0",
@@ -193,7 +195,6 @@
193195
"json-crdt-extensions",
194196
"json-crdt-peritext-ui",
195197
"json-crdt",
196-
"json-expression",
197198
"json-hash",
198199
"json-ot",
199200
"json-patch-ot",

src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,5 @@ export type * from '@jsonjoy.com/util/lib/json-brand/types';
1111
export type * from './json-crdt';
1212
export type * from './json-crdt-patch';
1313
export type * from './json-crdt-extensions';
14-
export type * from './json-expression/types';
1514
export type * from './json-patch/types';
1615
export type * from './json-schema/types';

src/json-expression/README.md

Lines changed: 0 additions & 106 deletions
This file was deleted.

src/json-expression/Vars.ts

Lines changed: 0 additions & 36 deletions
This file was deleted.

src/json-expression/__bench__/main.ts

Lines changed: 0 additions & 72 deletions
This file was deleted.

src/json-expression/__tests__/codegen.spec.ts

Lines changed: 0 additions & 27 deletions
This file was deleted.

src/json-expression/__tests__/evaluate.spec.ts

Lines changed: 0 additions & 20 deletions
This file was deleted.

src/json-expression/__tests__/impure.spec.ts

Lines changed: 0 additions & 32 deletions
This file was deleted.

0 commit comments

Comments
 (0)