Skip to content

Commit

Permalink
chore: revert unnecessary changes
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-sa committed Dec 12, 2023
1 parent 8bd0027 commit 6ed8d2b
Show file tree
Hide file tree
Showing 47 changed files with 4 additions and 5 deletions.
Empty file.
Empty file.
Empty file.
Empty file added packages/app/dist/.gitkeep
Empty file.
Empty file added packages/broker/dist/.gitkeep
Empty file.
Empty file added packages/bson/dist/.gitkeep
Empty file.
Empty file added packages/bun/dist/.gitkeep
Empty file.
Empty file.
Empty file added packages/core/dist/.gitkeep
Empty file.
Empty file.
Empty file.
Empty file added packages/event/dist/.gitkeep
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file added packages/http/dist/.gitkeep
Empty file.
Empty file added packages/injector/dist/.gitkeep
Empty file.
Empty file added packages/logger/dist/.gitkeep
Empty file.
Empty file added packages/mysql/dist/.gitkeep
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file added packages/orm/dist/.gitkeep
Empty file.
Empty file added packages/postgres/dist/.gitkeep
Empty file.
Empty file added packages/rpc-tcp/dist/.gitkeep
Empty file.
Empty file added packages/rpc/dist/.gitkeep
Empty file.
Empty file added packages/skeleton/dist/.gitkeep
Empty file.
Empty file added packages/sql/dist/.gitkeep
Empty file.
Empty file added packages/sqlite/dist/.gitkeep
Empty file.
Empty file.
Empty file added packages/template/dist/.gitkeep
Empty file.
Empty file added packages/topsort/dist/.gitkeep
Empty file.
Empty file.
Empty file.
Empty file.
Empty file added packages/type/dist/.gitkeep
Empty file.
3 changes: 1 addition & 2 deletions packages/type/src/default.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { binaryTypes, getClassType, ReflectionKind, resolveTypeMembers, Type } from './reflection/type.js';
import { ClassType } from '@deepkit/core';
import { binaryTypes, ReflectionKind, resolveTypeMembers, Type } from './reflection/type.js';

/**
* Returns a sensible default value for a given type.
Expand Down
2 changes: 1 addition & 1 deletion packages/type/src/reference.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import { ClassType, isObject } from '@deepkit/core';
import { ReflectionClass, reflectionClassSymbol } from './reflection/reflection.js';
import { typeSettings, UnpopulatedCheck, unpopulatedSymbol } from './core.js';
import { getClassType, ReflectionKind, Type } from './reflection/type.js';
import { ReflectionKind, Type } from './reflection/type.js';

export function isReferenceInstance(obj: any): boolean {
return isObject(obj) && referenceSymbol in obj;
Expand Down
2 changes: 1 addition & 1 deletion packages/type/src/reflection/extends.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import {
addType,
emptyObject,
flatten, getClassType, getTypeJitContainer,
flatten, getTypeJitContainer,
indexAccess,
isMember,
isOptional,
Expand Down
2 changes: 1 addition & 1 deletion packages/type/tests/typedarray.spec.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { expect, test } from '@jest/globals';
import { Buffer } from 'buffer';
import { ReflectionClass } from '../src/reflection/reflection.js';
import { assertType, binaryTypes, getClassType, ReflectionKind } from '../src/reflection/type.js';
import { assertType, binaryTypes, ReflectionKind } from '../src/reflection/type.js';
import { base64ToArrayBuffer, base64ToTypedArray, typedArrayToBase64, typedArrayToBuffer } from '../src/core.js';
import { deserialize, serialize } from '../src/serializer-facade.js';

Expand Down
Empty file added packages/vite/dist/.gitkeep
Empty file.
Empty file added packages/workflow/dist/.gitkeep
Empty file.

0 comments on commit 6ed8d2b

Please sign in to comment.