Skip to content

Commit 9fdca66

Browse files
committed
Remove ts-transformer-keys
1 parent 42f0003 commit 9fdca66

File tree

5 files changed

+0
-30
lines changed

5 files changed

+0
-30
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@
144144
"ts-morph": "^25.0.1",
145145
"ts-node": "^10.9.1",
146146
"ts-patch": "^3.0.2",
147-
"ts-transformer-keys": "^0.4.4",
148147
"type-fest": "^4.15.0",
149148
"typescript": "~5.8.3",
150149
"typescript-transform-paths": "^3.4.6"

src/app.module.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
import { Module } from '@nestjs/common';
22
import process from 'node:process';
3-
import { assert } from 'ts-essentials';
4-
import { keys } from 'ts-transformer-keys';
53
import { AdminModule } from './components/admin/admin.module';
64
import { AuthenticationModule } from './components/authentication/authentication.module';
75
import { AuthorizationModule } from './components/authorization/authorization.module';
@@ -45,11 +43,6 @@ import { CoreModule, LoggerModule } from './core';
4543

4644
import '@seedcompany/nest/patches';
4745

48-
assert(
49-
keys<{ foo: string }>().length === 1,
50-
'Sanity check for key transformer failed',
51-
);
52-
5346
if (process.env.NODE_ENV !== 'production') {
5447
Error.stackTraceLimit = Infinity;
5548
}

src/common/keysOf.spec.ts

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

tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
"plugins": [
3838
{ "transform": "typescript-transform-paths" },
3939
{ "transform": "./src/core/resources/plugin/index.cts" },
40-
{ "transform": "ts-transformer-keys/transformer" },
4140
],
4241

4342
// Path resolution

yarn.lock

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5916,7 +5916,6 @@ __metadata:
59165916
ts-morph: "npm:^25.0.1"
59175917
ts-node: "npm:^10.9.1"
59185918
ts-patch: "npm:^3.0.2"
5919-
ts-transformer-keys: "npm:^0.4.4"
59205919
type-fest: "npm:^4.15.0"
59215920
typescript: "npm:~5.8.3"
59225921
typescript-transform-paths: "npm:^3.4.6"
@@ -13578,15 +13577,6 @@ __metadata:
1357813577
languageName: node
1357913578
linkType: hard
1358013579

13581-
"ts-transformer-keys@npm:^0.4.4":
13582-
version: 0.4.4
13583-
resolution: "ts-transformer-keys@npm:0.4.4"
13584-
peerDependencies:
13585-
typescript: ">=2.4.1"
13586-
checksum: 10c0/f0910b146c0bb41e4b01cdfaa74a241720978dc3ee4ae98b534a5d7ecb6867b80f98e0cf459d10fc9ab3084b66e8ae69a71658ba10fdd08b2f534c515c536cbe
13587-
languageName: node
13588-
linkType: hard
13589-
1359013580
"tsconfig-paths-webpack-plugin@npm:4.2.0":
1359113581
version: 4.2.0
1359213582
resolution: "tsconfig-paths-webpack-plugin@npm:4.2.0"

0 commit comments

Comments
 (0)