Skip to content

Commit b97074e

Browse files
author
Ansh Chaturvedi
committed
refactor(openapi-generator): remove unneeded files and package bumps
1 parent c02b6e2 commit b97074e

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

packages/openapi-generator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@types/resolve": "1.20.6",
3636
"c8": "9.1.0",
3737
"memfs": "4.9.2",
38-
"typescript": "^4.7.4"
38+
"typescript": "4.7.4"
3939
},
4040
"optionalDependencies": {
4141
"@swc/core-linux-x64-gnu": "1.5.7",

packages/openapi-generator/test/.prettierignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/openapi-generator/test/externalModule.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import * as p from 'path';
55

66
import { parsePlainInitializer, Project, type Schema } from '../src';
77
import { KNOWN_IMPORTS } from '../src/knownImports';
8-
// import { resolve } from 'node:path';
98

109
/** External library parsing test case
1110
*

0 commit comments

Comments
 (0)