Skip to content

Commit 84577fe

Browse files
committed
flatten some dirs for now
1 parent f0fd8a6 commit 84577fe

File tree

10 files changed

+5
-2
lines changed

10 files changed

+5
-2
lines changed

package-lock.json

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/mongodb-ts-autocomplete/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
"@types/json-schema": "^7.0.15",
5757
"@types/node": "^17.0.35",
5858
"@types/sinon-chai": "^3.2.5",
59+
"bson": "^6.8.0",
5960
"chai": "^4.3.6",
6061
"depcheck": "^1.4.1",
6162
"eslint": "^7.25.0",

packages/mongodb-ts-autocomplete/src/autocompletion-context/index.ts renamed to packages/mongodb-ts-autocomplete/src/autocompletion-context.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import NodeCache from 'node-cache';
22

3-
import type { JSONSchema } from '../type-export';
3+
import type { JSONSchema } from './type-export';
44

55
// TODO: This should probably come from the mql work
66
export type Pipeline = any[];

packages/mongodb-ts-autocomplete/src/type-export/index.spec.ts renamed to packages/mongodb-ts-autocomplete/src/type-export.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import type { MongoDBJSONSchema, StandardJSONSchema } from 'mongodb-schema';
22
import { analyzeDocuments } from 'mongodb-schema';
3-
import { toTypescriptTypeDefinition } from '.';
3+
import { toTypescriptTypeDefinition } from './type-export';
44

55
import assert from 'assert/strict';
66

0 commit comments

Comments
 (0)