Skip to content

Commit

Permalink
perf: remove nest plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
jiawei397 committed Dec 20, 2021
1 parent 3d53e5c commit c45346f
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 100 deletions.
6 changes: 0 additions & 6 deletions deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,3 @@ export {
rgb8,
yellow,
} from "https://deno.land/[email protected]/fmt/colors.ts";
export {
Inject,
Injectable,
} from "https://deno.land/x/[email protected]/src/decorators/inject.ts";

export type { DynamicModule } from "https://deno.land/x/[email protected]/src/interfaces/module.interface.ts";
14 changes: 0 additions & 14 deletions examples/nest/app.controller.ts

This file was deleted.

13 changes: 0 additions & 13 deletions examples/nest/app.module.ts

This file was deleted.

11 changes: 0 additions & 11 deletions examples/nest/deps.ts

This file was deleted.

15 changes: 0 additions & 15 deletions examples/nest/main.ts

This file was deleted.

3 changes: 0 additions & 3 deletions mod.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
export { Client } from "./src/client.ts";

export { ElasticsearchModule } from "./src/nest/es.module.ts";
export { ElasticsearchService } from "./src/nest/es.service.ts";
10 changes: 0 additions & 10 deletions scripts.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,6 @@
version: 0.3.4
name: deno_es
scripts:
dev:
cmd: deno run examples/nest/main.ts
desc: run oak_nest test file
allow:
- net
- env
unstable: true
tsconfig: tsconfig.json
env:
PORT: '1000'
conn:
cmd: deno run -A examples/conn.ts
watch: false
1 change: 0 additions & 1 deletion src/nest/es.constant.ts

This file was deleted.

16 changes: 0 additions & 16 deletions src/nest/es.module.ts

This file was deleted.

11 changes: 0 additions & 11 deletions src/nest/es.service.ts

This file was deleted.

0 comments on commit c45346f

Please sign in to comment.