Skip to content

Commit

Permalink
FIX exports
Browse files Browse the repository at this point in the history
  • Loading branch information
pubkey committed Dec 18, 2023
1 parent 841450c commit de454a3
Show file tree
Hide file tree
Showing 25 changed files with 35 additions and 52 deletions.
1 change: 0 additions & 1 deletion javascript/dist/cjs/src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import type { ChangeEvent, ActionName, ResultKeyDocumentMap, QueryParams, StateS
*/
export type { ActionFunction, ActionFunctionInput, ActionName, ChangeEvent, ChangeEventBase, ChangeEventDelete, ChangeEventInsert, ChangeEventUpdate, MongoQuery, QueryMatcher, QueryParams, ResultKeyDocumentMap, DeterministicSortComparator, StateName, StateResolveFunction, StateResolveFunctionInput, StateSet, StateSetToActionMap, WriteOperation } from './types/index.js';
export * from './states/index.js';
export * from './truth-table-generator/index.js';
export * from './util.js';
export * from './actions/index.js';
export declare function calculateActionFromMap<DocType>(stateSetToActionMap: StateSetToActionMap, input: StateResolveFunctionInput<DocType>): {
Expand Down
1 change: 0 additions & 1 deletion javascript/dist/cjs/src/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion javascript/dist/cjs/src/index.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ChangeEvent, MongoQuery, QueryParams } from '../../types';
import type { ChangeEvent, MongoQuery, QueryParams } from '../../types';
/**
* Abstract the database so that
* we can swap it out.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Collection } from '.';
import { DeterministicSortComparator, MongoQuery } from '../../types';
import type { Collection } from '.';
import type { DeterministicSortComparator, MongoQuery } from '../../types';
export declare function mingoCollectionCreator(): Collection;
export declare function getMingoSortComparator<DocType>(query: MongoQuery<DocType>): DeterministicSortComparator<DocType>;
12 changes: 6 additions & 6 deletions javascript/dist/cjs/src/truth-table-generator/database/mingo.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion javascript/dist/cjs/src/truth-table-generator/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ export * from './fuzzing.js';
export * from './procedures.js';
export * from './queries.js';
export type * from './types.js';
export * from './util.js';
export * from './database/index.js';
export interface GenerateTruthTableInput {
queries: MongoQuery[];
Expand Down
5 changes: 0 additions & 5 deletions javascript/dist/cjs/src/truth-table-generator/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion javascript/dist/cjs/src/truth-table-generator/index.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit de454a3

Please sign in to comment.