Skip to content

Commit

Permalink
more cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
florianbgt committed Nov 25, 2024
1 parent c44e270 commit b7f592d
Show file tree
Hide file tree
Showing 16 changed files with 4 additions and 636 deletions.
2 changes: 1 addition & 1 deletion packages/cli/src/annotationManager.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Group } from "./dependencyManager/types";
import { LanguagePlugin } from "./languages/types";
import { LanguagePlugin } from "./languagesPlugins/types";

class AnnotationManager {
private nanoapiRegex: RegExp;
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/src/api/sync.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { syncSchema } from "./helpers/validation";
import fs from "fs";
import DependencyTreeManager from "../dependencyManager/dependencyManager";
import AnnotationManager from "../annotationManager";
import { getLanguagePluginFromFilePath } from "../languages";
import { getLanguagePluginFromFilePath } from "../languagesPlugins";
import { replaceIndexesFromSourceCode } from "../helper/file";

export function sync(payload: z.infer<typeof syncSchema>) {
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/src/dependencyManager/dependencyManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import fs from "fs";
import { resolveFilePath } from "../helper/file";
import { DependencyTree, Group, Endpoint } from "./types";
import AnnotationManager from "../annotationManager";
import { getLanguagePluginFromFilePath } from "../languages";
import { getLanguagePluginFromFilePath } from "../languagesPlugins";

class DependencyTreeManager {
dependencyTree: DependencyTree;
Expand Down
99 changes: 0 additions & 99 deletions packages/cli/src/languages/javascript/annotations.test.ts

This file was deleted.

3 changes: 0 additions & 3 deletions packages/cli/src/languages/javascript/annotations.ts

This file was deleted.

99 changes: 0 additions & 99 deletions packages/cli/src/languages/javascript/exports.test.ts

This file was deleted.

108 changes: 0 additions & 108 deletions packages/cli/src/languages/javascript/imports.test.ts

This file was deleted.

Loading

0 comments on commit b7f592d

Please sign in to comment.